Skip to content

Commit

Permalink
Merge pull request #249904 from LudovicoPiero/libsndfile-bump
Browse files Browse the repository at this point in the history
libsndfile: 1.2.0 -> 1.2.2
  • Loading branch information
risicle authored Aug 20, 2023
2 parents 0ab52e7 + fb77c22 commit ef4e037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsndfile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ef4e037

Please sign in to comment.