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

runme: 2.2.0 -> 2.2.1
This commit is contained in:
Nick Cao 2024-01-27 10:59:28 -05:00 committed by GitHub
commit 006db4776b
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.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-6V7OxWJ0EYcbaHmls0P9iJD9tQ9N4GSPzBAKVdShvXg=";
hash = "sha256-GTFlywVjWT2/qcmjsDUUiL4x6pzXw8h/G4kfGPkf3m8=";
};
vendorHash = "sha256-PLDsea/o067ifiX0RKFC7gDpORLVEQ0DV6sdBzzQCTs=";
vendorHash = "sha256-+g6vEgA+vbGzLnotmhk0gp1IcY3zpF71TdoB8d84W6A=";
nativeBuildInputs = [
installShellFiles