libsndfile: 1.0.26 -> 1.0.27
This commit is contained in:
parent
7259f80577
commit
0478682f09
@ -3,11 +3,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsndfile-1.0.26";
|
name = "libsndfile-1.0.27";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
|
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
|
||||||
sha256 = "14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd";
|
sha256 = "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user