runme: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2024-02-21 17:38:37 +00:00
parent ba884b665a
commit 55858d924a

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "runme";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-yGJqHhqQoG/Oa3/IV+sTdeEJurB8GGvoOxZnSeNkgqA=";
hash = "sha256-a+7Gff3Z1V17uaywoUE+nLVeVprB50Gslarcle/NPB8=";
};
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";