runme: 2.0.7 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-01-12 07:44:01 +00:00
parent a2f82b9b84
commit 4f198178bf

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "runme";
version = "2.0.7";
version = "2.2.0";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-ip2td0PEMga7Egd/YEGdpoUV4tnNI27BUDPYynpFhhc=";
hash = "sha256-6V7OxWJ0EYcbaHmls0P9iJD9tQ9N4GSPzBAKVdShvXg=";
};
vendorHash = "sha256-PLDsea/o067ifiX0RKFC7gDpORLVEQ0DV6sdBzzQCTs=";