Skip to content

Commit

Permalink
xz: 5.6.0 -> 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Mar 10, 2024
1 parent 3ba9038 commit c53bbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/compression/xz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "xz";
version = "5.6.0";
version = "5.6.1";

src = fetchurl {
url = with finalAttrs; "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.bz2";
hash = "sha256-iMhjHO+6kWZP3EexS7dT4YdvSWSgfbZQgh0gOZKx4eo=";
hash = "sha256-0wBCJkmgEksRIWML5VnIkM7t8yZn1wZLgSiTMWbCF8g=";
};

strictDeps = true;
Expand Down

0 comments on commit c53bbe3

Please sign in to comment.