petri-foo: use released version 0.1.87

This commit is contained in:
Cillian de Róiste 2014-08-31 22:03:48 +02:00
parent 3c8ddf7881
commit e728e7cb6d

View File

@ -1,14 +1,14 @@
{ stdenv, fetchgit, alsaLib, cmake, gtk, jack2, libgnomecanvas
{ stdenv, fetchurl, alsaLib, cmake, gtk, jack2, libgnomecanvas
, libpthreadstubs, libsamplerate, libsndfile, libtool, libxml2
, pkgconfig }:
stdenv.mkDerivation rec {
name = "petri-foo";
name = "petri-foo-${version}";
version = "0.1.87";
src = fetchgit {
url = https://github.com/licnep/Petri-Foo.git;
rev = "eef3b6efebe842d2fa18ed32b881fea4562b84e0";
sha256 = "a20c3f1a633500a65c099c528c7dc2405daa60738b64d881bb8f2036ae59913c";
src = fetchurl {
url = "mirror://sourceforge/petri-foo/${name}.tar.bz2";
sha256 = "0b25iicgn8c42487fdw32ycfrll1pm2zjgy5djvgw6mfcaa4gizh";
};
buildInputs =
@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
libsamplerate libsndfile libtool libxml2 pkgconfig
];
dontUseCmakeBuildDir=true;
meta = with stdenv.lib; {
description = "MIDI controllable audio sampler";
longDescription = "a fork of Specimen";