actionlint: update vendorSha256

This commit is contained in:
zowoq
2022-01-11 06:31:22 +10:00
parent 65ef3c227d
commit cc6cad7534
2 changed files with 4 additions and 2 deletions
@@ -13,7 +13,7 @@ buildGoModule rec {
sha256 = "sha256-wjLY40bxpoMk6YIG/4KbjxSWUDVNn3cX5OcsgfEPjzk=";
};
vendorSha256 = "sha256-J/DlugisnCvbYpqMQuyISyiKHB0hepHrQKsnzSes2zs=";
vendorSha256 = "sha256-0tytdTZxnWYl8AxaquF0ArY3dy51j8H2kzw69qcSHzk=";
nativeBuildInputs = [ ronn installShellFiles ];
+3 -1
View File
@@ -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 { };