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

unrar-free: 0.2.0 -> 0.3.0
This commit is contained in:
Thiago Kenji Okada 2024-03-12 09:56:38 +00:00 committed by GitHub
commit 979a3f3d12
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.2.0";
version = "0.3.0";
src = fetchFromGitLab {
owner = "bgermann";
repo = "unrar-free";
rev = finalAttrs.version;
hash = "sha256-ONLc/mJt13Lfd61qraCAB9jOPzdPxoYLzq69llRf+BU=";
hash = "sha256-hVUEvlaVx2Ai1lYXU6hwiLToEMhCPWlSIh1WrbYKmco=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];