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

unrar: 7.0.8 -> 7.0.9
This commit is contained in:
Matthias Beyer 2024-05-16 20:14:14 +02:00 committed by GitHub
commit fd2324e8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar";
version = "7.0.8";
version = "7.0.9";
src = fetchzip {
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
stripRoot = false;
hash = "sha256-oyLU4LkjzqjpiPLMpsTJWqaF9Tr4Tg441vXo3JiORDo=";
hash = "sha256-lHh02uqHdX2Q9yyaGiHlkdBjlQE1tQyB44d39yDE4ls=";
};
sourceRoot = finalAttrs.src.name;