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

runme: 2.2.6 -> 3.0.0
This commit is contained in:
Nick Cao 2024-02-15 09:04:29 -05:00 committed by GitHub
commit 7702bfb6a4
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.6";
version = "3.0.0";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-pbdY0/1ityPWI3bGjpgWZ5pKTIh8wRqquBuK7aCbeHg=";
hash = "sha256-y8UjSxYHWf+HnSDN7p6Y6iheTFaYXOCYsOImk/BuvKU=";
};
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";