Skip to content

Commit

Permalink
xz: 5.6.2 -> 5.6.3 (#345853)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 3, 2024
2 parents 6a5c2ed + 0771a6e commit f73aedf
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.2";
version = "5.6.3";

src = fetchurl {
url = with finalAttrs; "https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.xz";
hash = "sha256-qds7s9ZOJIoPrpY/j7a6hRomuhgi5QTcDv0YqAxibK8=";
hash = "sha256-2wWQYptvD6NudK6l+XMdxvjfBoznt7r6RTAYMqXuvDo=";
};

strictDeps = true;
Expand Down

0 comments on commit f73aedf

Please sign in to comment.