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

unrar-free: 0.1.3 -> 0.2.0
This commit is contained in:
Thiago Kenji Okada 2024-03-04 13:25:06 +00:00 committed by GitHub
commit 0d4533b406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar-free";
version = "0.1.3";
version = "0.2.0";
src = fetchFromGitLab {
owner = "bgermann";
repo = "unrar-free";
rev = finalAttrs.version;
hash = "sha256-pNcbbHFcEzXKGKUg9nLM3NuUCgZFmFjFa4dXmUuuLYo";
hash = "sha256-ONLc/mJt13Lfd61qraCAB9jOPzdPxoYLzq69llRf+BU=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];