Merge pull request #310238 from r-ryantm/auto-update/actionlint
actionlint: 1.6.27 -> 1.7.0
This commit is contained in:
commit
a0dd9e67a7
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "actionlint";
|
pname = "actionlint";
|
||||||
version = "1.6.27";
|
version = "1.7.0";
|
||||||
|
|
||||||
subPackages = [ "cmd/actionlint" ];
|
subPackages = [ "cmd/actionlint" ];
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@ buildGoModule rec {
|
||||||
owner = "rhysd";
|
owner = "rhysd";
|
||||||
repo = "actionlint";
|
repo = "actionlint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-v8RuSsayIVA31ADLiAOcWwXY3HKjG15FZ/PHnY651Ac=";
|
hash = "sha256-+Mnlqsdk4VzXtdBUtCRvnTJ6EIDPIsBNNQJ30TIO9kQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-DhZHfcnLm700i0M4pcvwlPdynbLRnG5rYsp5CrIDybw=";
|
vendorHash = "sha256-v0bmugCOP1XUrfe9xqN7gYKFchv6l/WpUK016xfyiCE=";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ronn installShellFiles ];
|
nativeBuildInputs = [ makeWrapper ronn installShellFiles ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue