summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-07-27 18:50:36 +0200
committerRok Garbas <rok@garbas.si>2016-07-27 18:50:36 +0200
commitef570f29b9277117a19981d3002d68aace75738d (patch)
treed416bb7b317e7fb0cd754e3c86d0efe4a93bc319
parent54e870e3b1ded6999247a52750ca5142301d5096 (diff)
downloadnixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar.gz
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar.bz2
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar.lz
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar.xz
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.tar.zst
nixpkgs-ef570f29b9277117a19981d3002d68aace75738d.zip
plugin-torture: 5 -> 2016-07-25 (#17272)
-rw-r--r--pkgs/applications/audio/plugin-torture/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/plugin-torture/default.nix b/pkgs/applications/audio/plugin-torture/default.nix
index e4fb83439e0..556582c34f7 100644
--- a/pkgs/applications/audio/plugin-torture/default.nix
+++ b/pkgs/applications/audio/plugin-torture/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "plugin-torture-${version}";
-  version = "5";
+  version = "2016-07-25";
 
   src = fetchFromGitHub {
     owner = "cth103";
     repo = "plugin-torture";
-    rev = "v${version}";
-    sha256 = "1mlgxjsyaz86wm4k32ll2w5nghjffnsdqlm6kjv02a4dpb2bfrih";
+    rev = "8b9c43197dca372da6b9c8212224ec86b5f16b4a";
+    sha256 = "1xyhvhm85d9z0kw716cjllrrzksn4s4bw34layg8hf4m5m31sp2p";
   };
 
   buildInputs = [ boost ladspaH lilv lv2 pkgconfig serd sord sratom ];