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

bzip3: 1.1.4 -> 1.1.5
This commit is contained in:
Mario Rodas 2022-09-07 21:16:53 -05:00 committed by GitHub
commit e8c40ff0a0
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.4";
version = "1.1.5";
outputs = [ "bin" "dev" "out" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-rbJUvFm8WYgQLNpbX6kcXb5qAGAJfylTo4HgOvZVCu8=";
hash = "sha256-HTflIcEZ57EC1zxcmG6Wg0QErpqiq8DNawhLkVogCYI=";
};
postPatch = ''