libsndfile: 1.2.0 -> 1.2.2

This commit is contained in:
Ludovico Piero 2023-08-18 18:06:44 +10:00
parent f2cdd1c318
commit fb77c22cb2
No known key found for this signature in database
GPG key ID: 3911DD276CFE779C

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libsndfile";
version = "1.2.0";
version = "1.2.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-zd0HDUzVYLyFjhIudBJQaKJUtYMjZeQRLALSkyD9tXU=";
hash = "sha256-MOOX/O0UaoeMaQPW9PvvE0izVp+6IoE5VbtTx0RvMkI=";
};
nativeBuildInputs = [ autoreconfHook autogen pkg-config python3 ];