1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

libsndfile: 1.0.26 -> 1.0.27

This commit is contained in:
Frederik Rietdijk 2016-08-30 18:53:31 +02:00
parent 7259f80577
commit 0478682f09

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "libsndfile-1.0.26";
name = "libsndfile-1.0.27";
src = fetchurl {
url = "http://www.mega-nerd.com/libsndfile/files/${name}.tar.gz";
sha256 = "14jhla289cj45946h0hq2an0a9g4wkwb3v4571bla6ixfvn20rfd";
sha256 = "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3";
};
buildInputs = [ pkgconfig flac libogg libvorbis ]