Skip to content

Commit

Permalink
r2mod_cli: 1.3.3 -> 1.3.3.1 (NixOS#363273)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 82479ec + f66387d commit 34becd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/r2/r2mod_cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 34becd6

Please sign in to comment.