unrar-free: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-10-14 05:34:42 +00:00
parent d4f247e89f
commit 15fb0f315b

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 ];