act 0.2.42 -> 0.2.43 https://repology.org/metapackage/act/versions attrpath: act Checking auto update branch... No auto update branch exists Old version 0.2.42" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule }: buildGoModule rec { pname = "act"; version = "0.2.43"; src = fetchFromGitHub { owner = "nektos"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Le5jw1ezGNx4lurHucbJ+q9arXldnHjDlAO61w4p61U="; }; vendorHash = "sha256-yQA84lBe85/NyG6GUa9gueLKw7Ei+3Hc3U9PmqGG8YA="; 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 ]; }; } act 0.2.42 -> 0.2.43 https://github.com/nektos/act/releases attrpath: act Checking auto update branch... No auto update branch exists Old version 0.2.42" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule }: buildGoModule rec { pname = "act"; version = "0.2.43"; src = fetchFromGitHub { owner = "nektos"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Le5jw1ezGNx4lurHucbJ+q9arXldnHjDlAO61w4p61U="; }; vendorHash = "sha256-yQA84lBe85/NyG6GUa9gueLKw7Ei+3Hc3U9PmqGG8YA="; 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 ]; }; }