unrar: 7.1.2 -> 7.1.3

This commit is contained in:
R. Ryantm
2025-01-19 00:56:07 +00:00
parent 1545201579
commit 25e4bfdaf1
+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;