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

runme: 2.0.7 -> 2.2.0
This commit is contained in:
Weijia Wang 2024-01-19 08:00:53 +01:00 committed by GitHub
commit bf4d7de646
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.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=";