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

unrar: 6.2.1 -> 6.2.3
This commit is contained in:
Mario Rodas 2023-01-22 10:01:20 -05:00 committed by GitHub
commit 8f9b320b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''