mate.mozo: 1.20.1 -> 1.20.2
This commit is contained in:
parent
e3c2e51e0e
commit
bdf5b3dd1b
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mozo-${version}";
|
name = "mozo-${version}";
|
||||||
version = "1.20.1";
|
version = "1.20.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
|
||||||
sha256 = "16rkwbq385i2acll0kcsnp4ghdyljylhp06bjdsvbwv6bjspyyrp";
|
sha256 = "1q4hqhigimxav2a8xxyd53lq8q80szsphcv37y2jhm6g6wvdmvhd";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [ mate.mate-menus pythonPackages.pygobject3 ];
|
pythonPath = [ mate.mate-menus pythonPackages.pygobject3 ];
|
||||||
|
|
Loading…
Reference in New Issue