mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
gnome3.anjuta: fix hash
/cc @lethalman. I've got no idea if the hash has changed upstream or what. I thought it remained from 3.12 version of anjuta, but that was a different hash.
This commit is contained in:
parent
a02799cd78
commit
29475103be
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/anjuta/${major}/${name}.tar.xz";
|
url = "mirror://gnome/sources/anjuta/${major}/${name}.tar.xz";
|
||||||
sha256 = "b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5";
|
sha256 = "0g4lv6rzkwfz2wp4fg97qlbvyfh2k9gl7k7lidazaikvnc0jlhvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user