act: 0.2.72 -> 0.2.74

This commit is contained in:
R. Ryantm
2025-02-15 17:35:34 +00:00
parent 866edf51b8
commit e8f1d679a6
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
version = "0.2.72";
version = "0.2.74";
in
buildGoModule {
pname = "act";
@@ -18,10 +18,10 @@ buildGoModule {
owner = "nektos";
repo = "act";
tag = "v${version}";
hash = "sha256-7tllNoloKlwBYL4TQY0o2ojbCtT0zG9GrU3xeRJu298=";
hash = "sha256-UfETstrK8iAGbCn2BRjI8eRkFp/RGVYe0S1P8P8MUHg=";
};
vendorHash = "sha256-Px+pftEqpf/JhN11vNxYWIKVhUsrtd+XLIDaEAJHkX0=";
vendorHash = "sha256-NIXiXD1JCtvgTG7QPSMCjQfZSSEcdMUKdqureSWDB4k=";
doCheck = false;