Merge pull request #256501 from figsoda/runme

runme: 1.7.3 -> 1.7.4
This commit is contained in:
Nick Cao
2023-09-21 19:08:09 -04:00
committed by GitHub
@@ -1,5 +1,5 @@
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, installShellFiles
, nodejs
@@ -9,18 +9,18 @@
, runme
}:
buildGoModule rec {
buildGo121Module rec {
pname = "runme";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "stateful";
repo = "runme";
rev = "v${version}";
hash = "sha256-3NCD9kagcxW8Ahet20imFYqo3G7nkR1iPM0C5tQX72o=";
hash = "sha256-0WqyX2vpGoDjsltJJjR2zAi+Iq5l1Ugv/koEA+ycq1U=";
};
vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4=";
vendorHash = "sha256-vfLLL/sV8Jg/QE4oT45XLXAwvlLep3ehtPwXbpwo5PQ=";
nativeBuildInputs = [
installShellFiles