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

runme: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao 2024-02-18 13:01:26 -05:00 committed by GitHub
commit ffc8fdfe5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "runme";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-y8UjSxYHWf+HnSDN7p6Y6iheTFaYXOCYsOImk/BuvKU=";
hash = "sha256-yGJqHhqQoG/Oa3/IV+sTdeEJurB8GGvoOxZnSeNkgqA=";
};
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";