about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2015-12-13 18:16:49 +0100
committergoibhniu <cillian.deroiste@gmail.com>2015-12-13 18:16:49 +0100
commite470d15423f7c202d33ee7cb11891542e298dfa3 (patch)
treee871389e3ac0dc235eaaeb98e09d0cad75bd4dc7
parent548fbf612fd3ff6408ee633ae9439c2cebd314a1 (diff)
downloadnixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar.gz
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar.bz2
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar.lz
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar.xz
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.tar.zst
nixlib-e470d15423f7c202d33ee7cb11891542e298dfa3.zip
zam-plugins: update hash (uses git submodules)
-rw-r--r--pkgs/applications/audio/zam-plugins/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/zam-plugins/default.nix b/pkgs/applications/audio/zam-plugins/default.nix
index 7492e8e0a371..48f559dfd86d 100644
--- a/pkgs/applications/audio/zam-plugins/default.nix
+++ b/pkgs/applications/audio/zam-plugins/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     url = "https://github.com/zamaudio/zam-plugins.git";
     deepClone = true;
     rev = "91fe56931a3e57b80f18c740d2dde6b44f962aee";
-    sha256 = "17slpywjs04xbcylyqjg6kqbpqwqbigf843y437yfvj1ar6ir1jp";
+    sha256 = "0n29zxg4l2m3jsnfw6q2alyzaw7ibbv9nvk57k07sv3lh2yy3f30";
   };
 
   buildInputs = [ boost libX11 mesa liblo libjack2 ladspaH lv2 pkgconfig rubberband libsndfile ];