mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.7.6";
|
||||
in
|
||||
buildGoModule {
|
||||
buildGoModule rec {
|
||||
pname = "actionlint";
|
||||
inherit version;
|
||||
version = "1.7.7";
|
||||
|
||||
subPackages = [ "cmd/actionlint" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhysd";
|
||||
repo = "actionlint";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-NHmz+r7xO84eSQFBNwaI+ctzIgd014rRQtqvi8hOWPE=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-dmd6AWL96sG+Cb+CVtCUhaStfsx8qRnvpcB2OjfLenU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-4hBIDrFOADGo3gsTRW8hjBYzmWRo/5yyoM7Ylv3KJBk=";
|
||||
vendorHash = "sha256-4SkhMRDXHKYxKK3POqtti/esj2cqx0Dl92q/qzzaqH0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue