gnome3.metacity: 3.34.1 -> 3.36.0

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

View File

@ -16,13 +16,13 @@
let
pname = "metacity";
version = "3.34.1";
version = "3.36.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0ga57b71i2gbd723gbs3pxy1jnf44q5mnwq5yhxzn2irbh2d3iri";
sha256 = "1a06763x9hshymmq36w7c588q4rbzq0w5rkyam5l6yi8p75ic016";
};
patches = [