3
0
Fork 0
forked from mirrors/nixpkgs

snd: update from 14.9 to 15.0

This commit is contained in:
Mateusz Kowalczyk 2014-09-30 10:08:23 +01:00
parent aafca4dd51
commit 6f95408533

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "snd-14.9";
name = "snd-15.0";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
sha256 = "08742smqj6sy8laa1094swcxai5dkk8nvl2dsbvk5n324cb20rh7";
sha256 = "1s1mswgxhvi0wjw0qscwh2jajihvgz86xffgbwl7qjkymqbh8gyj";
};
nativeBuildInputs = [ pkgconfig ];