Skip to content

Commit

Permalink
unrar: 5.5.7 -> 5.5.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 94fa592)
  • Loading branch information
mimame authored and dezgeg committed Oct 12, 2017
1 parent a3dd02c commit 78ce72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/archivers/unrar/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "unrar-${version}";
version = "5.5.7";
version = "5.5.8";

src = fetchurl {
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "13rd69ss6jqsa6yxr8kmgs84kb67k822d2mbiz29m75zj46hmvwa";
url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "1x7wnb6zgs09v2bf5xaqz14daba8k7zikadj1qabqi4r78sy8rlv";
};

postPatch = ''
Expand Down

0 comments on commit 78ce72c

Please sign in to comment.