Skip to content

Commit

Permalink
act: 0.2.4 -> 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and marsam committed Mar 4, 2020
1 parent 29150a2 commit 5e75ba3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/tools/misc/act/default.nix
Expand Up @@ -2,20 +2,22 @@

buildGoModule rec {
pname = "act";
version = "0.2.4";
version = "0.2.5";

src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "v${version}";
sha256 = "1sn36686nfmqvhmippdapk0pxqx3x1q4dwdyhjr8j8scyfrk68iv";
sha256 = "00clafq3izvfwxkb85hf6s40yfw2hpsfz3xg4da28pgh1wlqb9ps";
};

modSha256 = "0ghp61m8fxg1iwq2ypmp99cqv3n16c06v2xzg9v34299vmd89gi2";

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

meta = with lib; {
description = "Run your GitHub Actions locally";
homepage = "https://circleci.com/";
homepage = "https://github.com/nektos/act";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
};
Expand Down

0 comments on commit 5e75ba3

Please sign in to comment.