Merge pull request #239205 from figsoda/runme

This commit is contained in:
figsoda
2023-06-23 14:14:14 -04:00
committed by GitHub
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "runme";
version = "1.2.4";
version = "1.2.5";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-AhGApOUzmdf9TOF0cESrvg8CVT918nzolVHriVNxsaE=";
hash = "sha256-1rtYp5LH+PBUV9CJIn7V69BmQOin3/RHQ0MDZMAJH1k=";
};
vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";