runme: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-01-30 01:03:29 +00:00
parent 97b17f3236
commit 4827e22a1b

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "runme";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-GTFlywVjWT2/qcmjsDUUiL4x6pzXw8h/G4kfGPkf3m8=";
hash = "sha256-JEKfUrXCN2cvoVs2bScq1v/DfmqaUoew3PyGnNaTKN8=";
};
vendorHash = "sha256-+g6vEgA+vbGzLnotmhk0gp1IcY3zpF71TdoB8d84W6A=";