summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/unrar
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 08:56:18 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 08:56:18 -0700
commitb78db667d22752b4f0f63c81703fbeaa7f98ca86 (patch)
tree742e5f42f6be45d83a66c317fc498452216ef828 /pkgs/tools/archivers/unrar
parent32389de159a0983f4daf7de446da6439a92a29a2 (diff)
unrar: 5.8.1 -> 5.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/unrar/versions
Diffstat (limited to 'pkgs/tools/archivers/unrar')
-rw-r--r--pkgs/tools/archivers/unrar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/archivers/unrar/default.nix b/pkgs/tools/archivers/unrar/default.nix
index ce878075f2a9..c445cf854dd9 100644
--- a/pkgs/tools/archivers/unrar/default.nix
+++ b/pkgs/tools/archivers/unrar/default.nix
@@ -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 = ''