gnome3.dconf-editor: 3.34.4 -> 3.36.0

This commit is contained in:
Tor Hedin Brønner 2020-02-09 00:27:27 +01:00 committed by Jan Tojnar
parent f0e68c887e
commit 9e3b1ceb46
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -3,13 +3,13 @@
let let
pname = "dconf-editor"; pname = "dconf-editor";
version = "3.34.4"; version = "3.36.0";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz"; url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "129a2klywvnrj49rz6p5camwsamajldqpsfkl1rgpm6nw0q2lnyy"; sha256 = "14q678bwgmhzmi7565xhhw51y8b0pv3cqh0f411qwzwif1bd1vkj";
}; };
nativeBuildInputs = [ nativeBuildInputs = [