Merge pull request #236741 from figsoda/runme

runme: 1.2.2 -> 1.2.4
This commit is contained in:
Nick Cao 2023-06-08 21:14:47 -06:00 committed by GitHub
commit eaec61d437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "runme";
version = "1.2.2";
version = "1.2.4";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-SVYxFutmDDHEbYLExy0IxqZZZO13gUVPAA0X1ehVXME=";
hash = "sha256-AhGApOUzmdf9TOF0cESrvg8CVT918nzolVHriVNxsaE=";
};
vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";