gnome3.gnome-nibbles: 3.24.1 → 3.31.3

https://gitlab.gnome.org/GNOME/gnome-nibbles/blob/3.31.3/NEWS
This commit is contained in:
Jan Tojnar 2019-03-15 18:39:52 +01:00
parent e121533123
commit e18bb0ae2a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "gnome-nibbles-${version}";
version = "3.24.1";
version = "3.31.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-nibbles/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "19g44cnrb191v50bdvy2qkrfhvyfsahd0kx9hz95x9gkjfn2nn35";
sha256 = "0wg0l3aghkxcwp74liw115qjzy6w18hn80mhsz4lrjpnbpaivi18";
};
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool itstool libxml2 ];