Skip to content

Commit d7c5da1

Browse files
authored
Merge pull request #278024 from r-ryantm/auto-update/act
act: 0.2.56 -> 0.2.57
2 parents 65afa3b + 94d804a commit d7c5da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/misc/act/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "act";
8-
version = "0.2.56";
8+
version = "0.2.57";
99

1010
src = fetchFromGitHub {
1111
owner = "nektos";
1212
repo = pname;
1313
rev = "refs/tags/v${version}";
14-
hash = "sha256-Lco14Zwnad9AlujmPwhT5zRhsrifbQ3oi0AftjqsUQk=";
14+
hash = "sha256-lof3PWscGHQ9ZTF83wGyG0jMebYY2xec+HouQezr2d8=";
1515
};
1616

17-
vendorHash = "sha256-rQCxRUIzTJtL8gC9nYV+HKzB7hozyR24TCb+1y/qKM4=";
17+
vendorHash = "sha256-7nvUs1R2jybh+PR/cHml8lR5jU25b2liPKLH47WDVxQ=";
1818

1919
doCheck = false;
2020

0 commit comments

Comments
 (0)