tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
unrar: 6.1.7 -> 6.2.1
authored by
toonn
and committed by
ehmry
3 years ago
721d63b0
8179e52c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
archivers
unrar
default.nix
+2
-2
pkgs/tools/archivers/unrar/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "unrar";
5
5
-
version = "6.1.7";
5
5
+
version = "6.2.1";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
9
9
-
hash = "sha256-3nW2E2lYFz/fxTDTigFFtyNCzw04Qr97sSDTNmAtiO0=";
9
9
+
hash = "sha256-XMj33tJi0nwp0B56EZ0v0j7dpCdxGCBFTy62ZwRKiQA=";
10
10
};
11
11
12
12
postPatch = ''