unrar-free: 0.3.0 -> 0.3.1 (#348446)

This commit is contained in:
Thiago Kenji Okada
2024-10-14 09:43:50 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar-free";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitLab {
owner = "bgermann";
repo = "unrar-free";
rev = finalAttrs.version;
hash = "sha256-hVUEvlaVx2Ai1lYXU6hwiLToEMhCPWlSIh1WrbYKmco=";
hash = "sha256-Dg+KGZcqbE1nBPaemZlWQPaUQQJmaSe0nyDQRXJzwuE=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];