Merge pull request #251172 from figsoda/runme

runme: 1.7.2 -> 1.7.3
This commit is contained in:
Nick Cao 2023-08-25 10:01:31 +08:00 committed by GitHub
commit a2e99b5759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "runme";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-BoPNIaYxK4VyafNWAVDonwTfpqF1N3Ggq5GF6A7DhF0=";
hash = "sha256-3NCD9kagcxW8Ahet20imFYqo3G7nkR1iPM0C5tQX72o=";
};
vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4=";