about summary refs log tree commit diff
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
parent9e72be00bc30d54edb51c841dd7ab561afdd2b91 (diff)
downloadnixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.gz
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.bz2
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.lz
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.xz
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.tar.zst
nixlib-0bb4604b0b06b5c46c1940fb44f67fd17e7e4a5e.zip
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;
   };