summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew <mjbauer95@gmail.com>2016-08-09 21:56:42 +0000
committerMatthew <mjbauer95@gmail.com>2016-08-09 21:56:42 +0000
commit0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e (patch)
tree9cafc2934a23cb940c42fdec5f71c9b71c9e9b72
parenthevea: 2.28 -> 2.29 (diff)
downloadnixpkgs-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.gz
i-score: update sha
Somehow, the sha256 has been changed. This seems to be from the different submodules within the repository.
-rw-r--r--pkgs/applications/audio/i-score/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/i-score/default.nix b/pkgs/applications/audio/i-score/default.nix
index 97e8f5f1429b..e3ebc5fde08e 100644
--- a/pkgs/applications/audio/i-score/default.nix
+++ b/pkgs/applications/audio/i-score/default.nix
@@ -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;
};