r2mod_cli: 1.3.3 -> 1.3.3.1

This commit is contained in:
R. Ryantm
2024-12-08 16:09:50 +00:00
parent 0bc7caf6ff
commit f66387d56b
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "r2mod_cli";
version = "1.3.3";
version = "1.3.3.1";
src = fetchFromGitHub {
owner = "Foldex";
repo = "r2mod_cli";
rev = "v${version}";
sha256 = "sha256-VtJtAyojFOkMLBfpQ6N+8fDDkcJtVCflWjwsdq8OD0w=";
sha256 = "sha256-Y9ZffztxfGYiUSphqwhe3rTbnJ/vmGGi1pLml+1tLP8=";
};
buildInputs = [ bashInteractive ];