Merge pull request #134004 from NixOS/backport-132689-to-staging-21.05

[Backport staging-21.05] libsndfile: 1.0.30 -> 1.0.31
This commit is contained in:
Robert Scott 2021-08-16 19:12:29 +01:00 committed by GitHub
commit 9c7404d96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libsndfile";
version = "1.0.30";
version = "1.0.31";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1rh79y4s4m2wcm2kahmzs2kijpdpayif2gyca6m71f3k7jbhgcwa";
rev = version;
sha256 = "1alba3iv8i7i2jb5fd6q5s7j9bcj48sf28nfjd3qigz2n2is5jl2";
};
nativeBuildInputs = [ autoreconfHook autogen pkg-config python3 ];