Unverified Commit beb8b3d8 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #132569 from SuperSandro2000/act

act: 0.2.23 -> 0.2.24
parents 62b593f5 d4e9b89e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,20 +2,20 @@

buildGoModule rec {
  pname = "act";
  version = "0.2.23";
  version = "0.2.24";

  src = fetchFromGitHub {
    owner = "nektos";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-PBhlBWycAYuczfP0D+Gf1pDvrfI9gz3JyGe5FBq782Y=";
    sha256 = "sha256-BWSw1yELxLDMUg2LxXuy+N0IRxLQYtVdzny1FGYVXEY=";
  };

  vendorSha256 = "sha256-dLIsVWN/PjcH0CUYRmn4YaF8Pczf/gaWhD3lulqGiuA=";

  doCheck = false;

  buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
  ldflags = [ "-s" "-w" "-X main.version=${version}" ];

  meta = with lib; {
    description = "Run your GitHub Actions locally";