Skip to content

Commit fc7bc3b

Browse files
actionlint: 1.7.1 -> 1.7.2 (#344098)
2 parents db87738 + 774ee79 commit fc7bc3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ac/actionlint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111

1212
let
13-
version = "1.7.1";
13+
version = "1.7.2";
1414
in
1515
buildGoModule {
1616
pname = "actionlint";
@@ -22,10 +22,10 @@ buildGoModule {
2222
owner = "rhysd";
2323
repo = "actionlint";
2424
rev = "v${version}";
25-
hash = "sha256-nu3Bj85L68YFNE4loh548A8ik3NCj4V32FlDV8V6BEE=";
25+
hash = "sha256-/VhSmNwAhgAM/506MjI07KBFbkBTLpQfod49ysju+uU=";
2626
};
2727

28-
vendorHash = "sha256-ZREtrdHUD1B1Mogidp1y/kFTK+KR4qYJj1c/M+0utPM=";
28+
vendorHash = "sha256-SIY79SjYYXW2slUQr2Bm9dLH8K2wE3l/TL3QP0m8GLs=";
2929

3030
nativeBuildInputs = [
3131
makeWrapper

0 commit comments

Comments
 (0)