about summary refs log tree commit diff
path: root/pkgs/development/libraries/soundtouch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/soundtouch/default.nix')
-rw-r--r--pkgs/development/libraries/soundtouch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/soundtouch/default.nix b/pkgs/development/libraries/soundtouch/default.nix
index 40179b269efd9..606fda594d918 100644
--- a/pkgs/development/libraries/soundtouch/default.nix
+++ b/pkgs/development/libraries/soundtouch/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     owner = "soundtouch";
     repo = "soundtouch";
     rev = version;
-    sha256 = "sha256-imeeTj+3gXxoGTuC/13+BAplwcnQ0wRJdSVt7MPlBxc=";
+    hash = "sha256-imeeTj+3gXxoGTuC/13+BAplwcnQ0wRJdSVt7MPlBxc=";
   };
 
   nativeBuildInputs = [ autoconf automake libtool ];