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

unrar: 5.9.1 -> 5.9.2
This commit is contained in:
Mario Rodas 2020-04-08 07:33:50 -05:00 committed by GitHub
commit 4b2e85edc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "unrar"; pname = "unrar";
version = "5.9.1"; version = "5.9.2";
src = fetchurl { src = fetchurl {
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"; url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0071inswykarjbg4a80fz4n9xdinjfvxd9kmwz5gq0i1w2wd3c8f"; sha256 = "19nsxdvf9ll99hvgzq6f89ymxhwki224lygjdabrg8ghikqvmlvk";
}; };
postPatch = '' postPatch = ''
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Utility for RAR archives"; description = "Utility for RAR archives";
homepage = https://www.rarlab.com/; homepage = "https://www.rarlab.com/";
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = [ maintainers.ehmry ]; maintainers = [ maintainers.ehmry ];
platforms = platforms.all; platforms = platforms.all;