act: 0.2.71 -> 0.2.72

This commit is contained in:
R. Ryantm
2025-02-01 18:34:39 +00:00
parent 3a931f3d80
commit a78c868efb
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
version = "0.2.71";
version = "0.2.72";
in
buildGoModule {
pname = "act";
@@ -18,10 +18,10 @@ buildGoModule {
owner = "nektos";
repo = "act";
tag = "v${version}";
hash = "sha256-ykZ6n9v56G5PZNTYdkGp8xveA7gzYhICkBoCCx3s0ew=";
hash = "sha256-7tllNoloKlwBYL4TQY0o2ojbCtT0zG9GrU3xeRJu298=";
};
vendorHash = "sha256-zCiqIl08s00U/DQkUhbb/qrjWof9xzBf4EznuvE4rlE=";
vendorHash = "sha256-Px+pftEqpf/JhN11vNxYWIKVhUsrtd+XLIDaEAJHkX0=";
doCheck = false;