runme: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2024-02-18 05:16:08 +00:00
parent 714b778abc
commit 8b249d3ea3
@@ -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=";