bzip3: 1.2.1 -> 1.2.2

https://github.com/kspalaiologos/bzip3/releases/tag/1.2.2
This commit is contained in:
Robert Schütz 2023-01-11 01:26:46 -08:00
parent eae479dbb7
commit ae46fb3cb6

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "bzip3";
version = "1.2.1";
version = "1.2.2";
outputs = [ "bin" "dev" "out" ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "kspalaiologos";
repo = "bzip3";
rev = version;
hash = "sha256-RzlDubT+nczIlUcwnZ5PsO5s3Op7WLRuiMBRBasuEFI=";
hash = "sha256-B59Z7+5SFjt/UgppNtdUtzw96y+EVglHoKzq9Il9ud8=";
};
postPatch = ''