gnome3.dconf: 0.30.1 -> 0.32.0

This commit is contained in:
Tor Hedin Brønner 2019-03-03 19:19:17 +01:00 committed by Jan Tojnar
parent aae7a6c4c1
commit e671e00313
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
version = "0.30.1";
version = "0.32.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1dq2dn7qmxr4fxzx9wnag89ck24gxq17p2n4gl81h4w8qdy3m6jl";
sha256 = "1azz4hb9z76yxn34yrrsiib3iqz5z4vpwn5q7cncp55w365ygg38";
};
patches = [
@ -23,8 +23,9 @@ stdenv.mkDerivation rec {
];
postPatch = ''
chmod +x meson_post_install.py
chmod +x meson_post_install.py tests/test-dconf.py
patchShebangs meson_post_install.py
patchShebangs tests/test-dconf.py
'';
outputs = [ "out" "lib" "dev" "devdoc" ];