forked from mirrors/nixpkgs
actionlint: update vendorSha256
This commit is contained in:
parent
65ef3c227d
commit
cc6cad7534
|
@ -13,7 +13,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-wjLY40bxpoMk6YIG/4KbjxSWUDVNn3cX5OcsgfEPjzk=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-J/DlugisnCvbYpqMQuyISyiKHB0hepHrQKsnzSes2zs=";
|
||||
vendorSha256 = "sha256-0tytdTZxnWYl8AxaquF0ArY3dy51j8H2kzw69qcSHzk=";
|
||||
|
||||
nativeBuildInputs = [ ronn installShellFiles ];
|
||||
|
||||
|
|
|
@ -13991,7 +13991,9 @@ with pkgs;
|
|||
|
||||
abuild = callPackage ../development/tools/abuild { };
|
||||
|
||||
actionlint = callPackage ../development/tools/analysis/actionlint { };
|
||||
actionlint = callPackage ../development/tools/analysis/actionlint {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
adtool = callPackage ../tools/admin/adtool { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue