gnome-menus: 3.10.1 -> 3.31.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-menus/versions
This commit is contained in:
R. RyanTM 2019-01-07 20:14:08 -08:00 committed by worldofpeace
parent 7cd403e331
commit 0eed2c7013

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gnome-menus";
version = "3.10.1";
version = "3.31.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0wcacs1vk3pld8wvrwq7fdrm11i56nrajkrp6j1da6jc4yx0m5a6";
sha256 = "11i5m0w15by1k8d94xla54nr4r8nnb63wk6iq0dzki4cv5d55qgw";
};
makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0/ INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0";