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

runme: 2.2.2 -> 2.2.5
This commit is contained in:
figsoda 2024-02-07 12:12:31 -05:00 committed by GitHub
commit 761755b215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "runme";
version = "2.2.2";
version = "2.2.5";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-JEKfUrXCN2cvoVs2bScq1v/DfmqaUoew3PyGnNaTKN8=";
hash = "sha256-CEJsLBfLMWEQV6Q9TMy1Igdmn45v8vV0rxOMmFW/sb8=";
};
vendorHash = "sha256-+g6vEgA+vbGzLnotmhk0gp1IcY3zpF71TdoB8d84W6A=";
vendorHash = "sha256-QoZzEq1aC7cjY/RVp5Z5HhSuTFf2BSYQnfg0jSaeTJU=";
nativeBuildInputs = [
installShellFiles