gnome3.gnome-sudoku: 3.30.0 -> 3.32.0

This commit is contained in:
Tor Hedin Brønner
2019-04-05 12:13:42 +02:00
committed by Jan Tojnar
parent 7aefffff6b
commit 050110a7a3
@@ -3,19 +3,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnome-sudoku-${version}"; name = "gnome-sudoku-${version}";
version = "3.30.0"; version = "3.32.0";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-sudoku/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz"; url = "mirror://gnome/sources/gnome-sudoku/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1xy986s51jnrcqwan2hy4bjdg6797yr9s7gxx2z2q4j4gkx3qa1f"; sha256 = "1wwdjflw1lbx3cv6gvqcgp5jnjkrq37ld6mjbjj03g3vr90qaf0l";
}; };
nativeBuildInputs = [ meson ninja vala pkgconfig gobject-introspection gettext itstool libxml2 python3 desktop-file-utils wrapGAppsHook ]; nativeBuildInputs = [ meson ninja vala pkgconfig gobject-introspection gettext itstool libxml2 python3 desktop-file-utils wrapGAppsHook ];
buildInputs = [ gtk3 libgee json-glib qqwing ]; buildInputs = [ gtk3 libgee json-glib qqwing ];
postPatch = '' postPatch = ''
chmod +x post_install.py # patchShebangs requires executable file chmod +x build-aux/post_install.py
patchShebangs post_install.py patchShebangs build-aux/post_install.py
''; '';
passthru = { passthru = {