gnome3.rarian: fix build

This commit is contained in:
Jan Tojnar 2018-03-05 04:22:55 +01:00
parent dc8184e121
commit 46f83fa9d1
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -6,7 +6,7 @@ in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.gz";
sha256 = "aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577";
};