0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

bzip3: 1.5.1 -> 1.5.2 (#402560)

This commit is contained in:
dotlambda 2025-04-28 08:28:07 -07:00 committed by GitHub
commit ee756618d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "bzip3"; pname = "bzip3";
version = "1.5.1"; version = "1.5.2";
outputs = [ outputs = [
"bin" "bin"
@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "kspalaiologos"; owner = "kspalaiologos";
repo = "bzip3"; repo = "bzip3";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-QMvK0MP0Zx2mQfvYvrOjGV1Lo/ObO5diXcibmwtQATk="; hash = "sha256-mu95ZYkD0isDuHdHcU4zhWxCTlaYXoM85j76IGwVAak=";
}; };
postPatch = '' postPatch = ''