Merge pull request #194706 from r-ryantm/auto-update/bzip3

bzip3: 1.1.5 -> 1.1.6
This commit is contained in:
Stanisław Pitucha 2022-10-06 20:37:22 +11:00 committed by GitHub
commit f785aa808f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.1.5";
version = "1.1.6";
outputs = [ "bin" "dev" "out" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-HTflIcEZ57EC1zxcmG6Wg0QErpqiq8DNawhLkVogCYI=";
hash = "sha256-MtD1pAznoH3yqaMO5P8GVexZSWZJxqADwh1sYvecAew=";
};
postPatch = ''