Merge pull request #284882 from r-ryantm/auto-update/runme

runme: 2.2.1 -> 2.2.2
This commit is contained in:
Nick Cao 2024-01-30 09:05:07 -05:00 committed by GitHub
commit 096f55dea4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=";