runme: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2024-01-26 07:00:37 +00:00
parent 5af80acc9a
commit c366a95bdc
@@ -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