Skip to content

Commit

Permalink
bzip3: 1.5.0 -> 1.5.1 (#368255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Dec 30, 2024
2 parents 6bcb864 + b9f84dc commit 7999608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/bzip3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "bzip3";
version = "1.5.0";
version = "1.5.1";

outputs = [
"bin"
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "kspalaiologos";
repo = "bzip3";
rev = finalAttrs.version;
hash = "sha256-KEx21v1cGANCbTjFmI62QAxFoEhzM3KkxBriVXnxvEk=";
hash = "sha256-QMvK0MP0Zx2mQfvYvrOjGV1Lo/ObO5diXcibmwtQATk=";
};

postPatch = ''
Expand Down

0 comments on commit 7999608

Please sign in to comment.