act: 0.2.41 -> 0.2.42

This commit is contained in:
R. Ryantm 2023-02-05 13:43:08 +00:00
parent 746a47bea0
commit a08fa5c988

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "act";
version = "0.2.41";
version = "0.2.42";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nfMLw3fjEex1XV+Vhi84xR+ghBLrmKDtuFIIeNhP/yQ=";
hash = "sha256-+1ciEHBMl78aFDu/NzIAdsGtAZJOfHZRDDZCR1+YuEM=";
};
vendorHash = "sha256-qXjDeR0VZyyhASpt6zv6OyltEZDoguILhhD1ejpd0F4=";