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

runme: 2.2.5 -> 2.2.6
This commit is contained in:
Nick Cao 2024-02-11 10:23:16 -05:00 committed by GitHub
commit 9714d46636
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.2.5";
version = "2.2.6";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-CEJsLBfLMWEQV6Q9TMy1Igdmn45v8vV0rxOMmFW/sb8=";
hash = "sha256-pbdY0/1ityPWI3bGjpgWZ5pKTIh8wRqquBuK7aCbeHg=";
};
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";