unrar: 7.2.4 -> 7.2.5 (#502582)

This commit is contained in:
Weijia Wang
2026-03-26 18:47:26 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ stdenv.mkDerivation {
substituteInPlace rarcrack.c --replace "file -i" "${file}/bin/file -i"
'';
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
preInstall = ''
mkdir -p $out/bin
'';
+2 -2
View File
@@ -6,12 +6,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar";
version = "7.2.4";
version = "7.2.5";
src = fetchzip {
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
stripRoot = false;
hash = "sha256-Rzab8jvER5fJpNXHCSi5FCYR9LfMX2Y/kP5JshYqTU0=";
hash = "sha256-UVoxvF3U4TKZ0kQ9+fEMAoZJwAa+e/XDS7JqXoo3GeA=";
};
sourceRoot = finalAttrs.src.name;