xz: 5.6.2 -> 5.6.3 (#345853)

This commit is contained in:
h7x4 2024-10-03 16:52:43 +02:00 committed by GitHub
commit f73aedfdf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;