about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-22 10:01:20 -0500
committerGitHub <noreply@github.com>2023-01-22 10:01:20 -0500
commit8f9b320b0ea3f1dd19164417ffac86284df5771c (patch)
treef97b4a11b7230e547202073623fa85a658cafd26 /pkgs/tools/archivers
parentf7cf1d58bff89f772e47689570efa6a520a04cd9 (diff)
parentba29c7fb94e3735a910bca8880dc431df5c89f3d (diff)
Merge pull request #211397 from r-ryantm/auto-update/unrar
unrar: 6.2.1 -> 6.2.3
Diffstat (limited to 'pkgs/tools/archivers')
-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 41c8f384e4a7c..226300952222e 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 = "6.2.1";
+  version = "6.2.3";
 
   src = fetchurl {
     url = "https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
-    hash = "sha256-XMj33tJi0nwp0B56EZ0v0j7dpCdxGCBFTy62ZwRKiQA=";
+    hash = "sha256-Egk25B+CbNY9d6WArupkwbef0+JDT1jOgYTng7UeWwE=";
   };
 
   postPatch = ''