mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
actionlint: 1.7.6-> 1.7.7
Changelog: https://github.com/rhysd/actionlint/releases/tag/v1.7.7 Diff: https://github.com/rhysd/actionlint/compare/v1.7.6...v1.7.7
This commit is contained in:
parent
276af645fd
commit
ba1ea0c7f8
1 changed files with 5 additions and 8 deletions
|
@ -9,23 +9,20 @@
|
||||||
shellcheck,
|
shellcheck,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
buildGoModule rec {
|
||||||
version = "1.7.6";
|
|
||||||
in
|
|
||||||
buildGoModule {
|
|
||||||
pname = "actionlint";
|
pname = "actionlint";
|
||||||
inherit version;
|
version = "1.7.7";
|
||||||
|
|
||||||
subPackages = [ "cmd/actionlint" ];
|
subPackages = [ "cmd/actionlint" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rhysd";
|
owner = "rhysd";
|
||||||
repo = "actionlint";
|
repo = "actionlint";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-NHmz+r7xO84eSQFBNwaI+ctzIgd014rRQtqvi8hOWPE=";
|
hash = "sha256-dmd6AWL96sG+Cb+CVtCUhaStfsx8qRnvpcB2OjfLenU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-4hBIDrFOADGo3gsTRW8hjBYzmWRo/5yyoM7Ylv3KJBk=";
|
vendorHash = "sha256-4SkhMRDXHKYxKK3POqtti/esj2cqx0Dl92q/qzzaqH0=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue