Merge pull request #59029 from dtzWill/update/unrar-5.7.4

unrar: 5.7.3 -> 5.7.4
This commit is contained in:
Vladyslav M 2019-04-06 12:26:04 +03:00 committed by GitHub
commit bad4288b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unrar-${version}";
version = "5.7.3";
version = "5.7.4";
src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0i5442sh18v9s47k1j8q04m3ki98z012rw7ml7c5iwklhfvmds20";
sha256 = "1d77wwgapwjxxshhinhk51skdd6v6xdsx34jjcjg6cj6zlwd0baq";
};
postPatch = ''