Skip to content

Commit

Permalink
runme: 2.2.1 -> 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2024
1 parent 97b17f3 commit 4827e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/runme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildGoModule rec {
pname = "runme";
version = "2.2.1";
version = "2.2.2";

src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-GTFlywVjWT2/qcmjsDUUiL4x6pzXw8h/G4kfGPkf3m8=";
hash = "sha256-JEKfUrXCN2cvoVs2bScq1v/DfmqaUoew3PyGnNaTKN8=";
};

vendorHash = "sha256-+g6vEgA+vbGzLnotmhk0gp1IcY3zpF71TdoB8d84W6A=";
Expand Down

0 comments on commit 4827e22

Please sign in to comment.