We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f237eeb commit cfdb976Copy full SHA for cfdb976
pkgs/tools/archivers/unrar/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "unrar-${version}";
5
- version = "5.4.5";
+ version = "5.5.5";
6
7
src = fetchurl {
8
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
9
- sha256 = "0v3rz2245bp2nh4115ysqv34vqlrpln9y11fnlzqj8i46f2caw74";
+ sha256 = "1vv1s1pa0pf1r0h7dw89ha9y68x7hdm82csnkh6ms0igrcwkhmd4";
10
};
11
12
postPatch = ''
0 commit comments