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

unrar: 5.8.1 -> 5.8.2
This commit is contained in:
Aaron Andersen 2019-10-25 03:26:26 -04:00 committed by GitHub
commit 886c49bb61
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.1";
version = "5.8.2";
src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0cp6436ckivljfnv8qic5x2a4z74qff6n57ckahaxhhddx1iypq3";
sha256 = "1nixncpx4psfc5xx1dh332gfcmxld5m4mpwjcasm7c9zzlincf1k";
};
postPatch = ''