Merge pull request #247152 from figsoda/runme

runme: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao 2023-08-05 00:26:21 -06:00 committed by GitHub
commit 3511904b2e
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.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-vtlsa+XdsE33oR5MH1zaHUIJ4Rsn/RqtryTgNGgEHJw=";
hash = "sha256-WsYaOaXaNGztVqHMURn/96lWA9grccoKw6AJOhqUdfQ=";
};
vendorHash = "sha256-5FMrz4I/i/uJDI4vK9hiet4zMRf0CSbc/YJAFi8hlEM=";