Merge pull request #203748 from r-ryantm/auto-update/wavpack

wavpack: 5.5.0 -> 5.6.0
This commit is contained in:
Weijia Wang 2023-05-24 02:33:48 +03:00 committed by GitHub
commit 71e4f57701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "wavpack";
version = "5.5.0";
version = "5.6.0";
enableParallelBuilding = true;
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "dbry";
repo = "WavPack";
rev = version;
hash = "sha256-4QDtLywu0PT+YsMV26M74bL2P7p4s1tk8ZBQtQcubaU=";
hash = "sha256-fWAGE87JTNTnYoxrkMf3I8C53kZrQiiBy3Zyg0cw8Og=";
};
outputs = [ "out" "dev" "doc" "man" ];