Merge pull request #79234 from r-ryantm/auto-update/unrar

unrar: 5.8.5 -> 5.9.1
This commit is contained in:
Maximilian Bosch 2020-02-05 09:37:56 +01:00 committed by GitHub
commit abe70b78f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "unrar";
version = "5.8.5";
version = "5.9.1";
src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0abvz6vv8kr416fphysfbwgxc6hyf1bpnd0aczfv7j3vc8x949d7";
sha256 = "0071inswykarjbg4a80fz4n9xdinjfvxd9kmwz5gq0i1w2wd3c8f";
};
postPatch = ''