unrar-free: 0.3.1 -> 0.3.1-unstable-2024-09-19

This commit is contained in:
rczb
2025-03-10 10:13:35 +08:00
parent 4957613fe2
commit 33de0f4d16
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unrar-free";
version = "0.3.1";
version = "0.3.1-unstable-2024-09-19";
src = fetchFromGitLab {
owner = "bgermann";
repo = "unrar-free";
rev = finalAttrs.version;
hash = "sha256-Dg+KGZcqbE1nBPaemZlWQPaUQQJmaSe0nyDQRXJzwuE=";
rev = "a7f9a157276ae68987fb44fe5ccf4f4255eb0a5e";
hash = "sha256-aCO1vklG5MneEiqS/IBvC09YrvWa+OndfvCblDFKA1E=";
};
nativeBuildInputs = [