3
0
Fork 0
forked from mirrors/nixpkgs

zam-plugins: 3.7 -> 3.8

This commit is contained in:
Bart Brouns 2017-02-26 00:58:45 +01:00 committed by Franz Pletz
parent f4c253ff2f
commit d66aec8237

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "zam-plugins-${version}"; name = "zam-plugins-${version}";
version = "3.7"; version = "3.8";
src = fetchgit { src = fetchgit {
url = "https://github.com/zamaudio/zam-plugins.git"; url = "https://github.com/zamaudio/zam-plugins.git";
deepClone = true; deepClone = true;
rev = "932046905a57f698406318765a60807a1f81257d"; rev = "830ab2e9dd1db8cf56d12c71057157e5d8e9fd74";
sha256 = "0zgkmq3jgysrsb6cm6sfbgqpgfpwv8nxlgkqm29zzvb97j56bm7z"; sha256 = "1hyly5inis59cvh0r7lyi203h8v5jh84ca9jpaljm53cvw6d93px";
}; };
buildInputs = [ boost libX11 mesa liblo libjack2 ladspaH lv2 pkgconfig rubberband libsndfile ]; buildInputs = [ boost libX11 mesa liblo libjack2 ladspaH lv2 pkgconfig rubberband libsndfile ];