2022-12-03T10:01:26 act 0.2.33 -> 0.2.34 https://repology.org/metapackage/act/versions 2022-12-03T10:01:28 attrpath: act 2022-12-03T10:01:28 Checking auto update branch... 2022-12-03T10:01:28 No auto update branch exists 2022-12-03T10:01:29 Old version 0.2.33" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "act"; version = "0.2.34"; src = fetchFromGitHub { owner = "nektos"; repo = pname; rev = "v${version}"; sha256 = "sha256-75gUiFDKpIfl9xU9MAb/JkTof5NakPHR0lEaMJpSYZQ="; }; vendorSha256 = "sha256-4r25EqpnCWfJmidWZlerbNaUnDCMPMCcsGRluwHQyvY="; doCheck = false; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; meta = with lib; { description = "Run your GitHub Actions locally"; homepage = "https://github.com/nektos/act"; changelog = "https://github.com/nektos/act/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ]; }; }