unrar: 7.1.2 -> 7.1.3 (#374930)

Co-authored-by: wegank <wegank@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-20 16:34:35 +00:00
committed by GitHub
co-authored by wegank
+2 -2
View File
@@ -6,12 +6,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar";
version = "7.1.2";
version = "7.1.3";
src = fetchzip {
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
stripRoot = false;
hash = "sha256-6xqAik10YSXh2pm/j0dSeQXDWAGVnOf6eOD7Od9+LZA=";
hash = "sha256-ycTt5tlbqG18M1XtSTA4IhSRwQxVE3wy/9Dv6Z8KZAc=";
};
sourceRoot = finalAttrs.src.name;