Skip to content

Commit e7ca551

Browse files
act: 0.2.72 -> 0.2.74 (#382364)
Co-authored-by: kashw2 <[email protected]>
2 parents 04a519d + e8f1d67 commit e7ca551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99

1010
let
11-
version = "0.2.72";
11+
version = "0.2.74";
1212
in
1313
buildGoModule {
1414
pname = "act";
@@ -18,10 +18,10 @@ buildGoModule {
1818
owner = "nektos";
1919
repo = "act";
2020
tag = "v${version}";
21-
hash = "sha256-7tllNoloKlwBYL4TQY0o2ojbCtT0zG9GrU3xeRJu298=";
21+
hash = "sha256-UfETstrK8iAGbCn2BRjI8eRkFp/RGVYe0S1P8P8MUHg=";
2222
};
2323

24-
vendorHash = "sha256-Px+pftEqpf/JhN11vNxYWIKVhUsrtd+XLIDaEAJHkX0=";
24+
vendorHash = "sha256-NIXiXD1JCtvgTG7QPSMCjQfZSSEcdMUKdqureSWDB4k=";
2525

2626
doCheck = false;
2727

0 commit comments

Comments
 (0)