forked from mirrors/nixpkgs
Merge pull request #24672 from magnetophon/libsndfile
libsndfile: 1.0.27 -> 1.0.28
This commit is contained in:
commit
f6fc8467cd
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsndfile-1.0.27";
|
name = "libsndfile-1.0.28";
|
||||||
|
|
||||||
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 = "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3";
|
sha256 = "1afzm7jx34jhqn32clc5xghyjglccam2728yxlx37yj2y0lkkwqz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
buildInputs = [ pkgconfig flac libogg libvorbis ]
|
||||||
|
|
Loading…
Reference in a new issue