Skip to content

Commit

Permalink
Merge #294784: xz: 5.6.0 -> 5.6.1
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed Mar 12, 2024
2 parents 8431fe9 + c53bbe3 commit e28c20b
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 e28c20b

Please sign in to comment.