Skip to content

Commit

Permalink
Merge pull request #284882 from r-ryantm/auto-update/runme
Browse files Browse the repository at this point in the history
runme: 2.2.1 -> 2.2.2
  • Loading branch information
NickCao authored Jan 30, 2024
2 parents 1d852c8 + 4827e22 commit 096f55d
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 096f55d

Please sign in to comment.