act: 0.2.4 -> 0.2.5

This commit is contained in:
R. RyanTM 2020-03-04 00:27:41 +00:00 committed by Mario Rodas
parent 29150a28c0
commit 5e75ba3f42
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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 ];
};