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

unrar: 5.8.4 -> 5.8.5
This commit is contained in:
Aaron Andersen 2019-12-24 18:40:53 -05:00 committed by GitHub
commit e28074fe95
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.4";
version = "5.8.5";
src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "15igz4xkzxlf81kl9p1n447rp2zrzpi6qdwn2iimzrppgqqb4z0b";
sha256 = "0abvz6vv8kr416fphysfbwgxc6hyf1bpnd0aczfv7j3vc8x949d7";
};
postPatch = ''