unrar: 7.2.2 -> 7.2.3 (#472094)

This commit is contained in:
Weijia Wang
2025-12-18 22:34:36 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar";
version = "7.2.2";
version = "7.2.3";
src = fetchzip {
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
stripRoot = false;
hash = "sha256-qRGaj2NL8uKq2O8t99odcfmiu2VamF409p4v5Wh29oM=";
hash = "sha256-AMaJ0PfnqUVPF2rdxWNtBfYu1oVFEqvSdnDaiNtmRAo=";
};
sourceRoot = finalAttrs.src.name;