mate.mate-polkit: 1.24.0 -> 1.26.0

This commit is contained in:
José Romildo 2021-08-06 16:08:19 -03:00
parent 87ed778b35
commit f47951dd2f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mate-polkit";
version = "1.24.0";
version = "1.26.0";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1450bqzlnvwy3xa98lj102j2cf7piqbxcd1cy2zp41rdl8ri3gvn";
sha256 = "0kkjv025l1l8352m5ky1g7hmk7isgi3dnfnh7sqg9pyhml97i9dd";
};
nativeBuildInputs = [