3
0
Fork 0
forked from mirrors/nixpkgs

i-score: update sha

Somehow, the sha256 has been changed. This seems to be from the
different submodules within the repository.
This commit is contained in:
Matthew 2016-08-09 21:56:42 +00:00
parent 9e72be00bc
commit 0bb4604b0b

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/OSSIA/i-score.git";
rev = "ede2453b139346ae46702b5e2643c5488f8c89fb";
sha256 = "0mk0zsqhx9z7ry1amjki89h6yp5ysi1qgy2j3kzhrm5sfazvf0x3";
sha256 = "0cl9vdmxkshdacgpp7s2rg40b7xbsjrzw916jds9i3rpq1pcy5pj";
leaveDotGit = true;
deepClone = true;
};