2022-11-03T00:03:57 actionlint 1.6.21 -> 1.6.22 https://repology.org/metapackage/actionlint/versions 2022-11-03T00:03:59 attrpath: actionlint 2022-11-03T00:03:59 Checking auto update branch... 2022-11-03T00:03:59 No auto update branch exists 2022-11-03T00:04:00 Old version 1.6.21" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , installShellFiles , makeWrapper , python3Packages , ronn , shellcheck }: buildGoModule rec { pname = "actionlint"; version = "1.6.22"; subPackages = [ "cmd/actionlint" ]; src = fetchFromGitHub { owner = "rhysd"; repo = "actionlint"; rev = "v${version}"; sha256 = "sha256-Gkhk6lI10pUuZN09BDhNWfTjVdc7kN6KQjgc3gFrobk="; }; vendorSha256 = "sha256-vWU3tEC+ZlrrTnX3fbuEuZRoSg1KtfpgpXmK4+HWrNY="; nativeBuildInputs = [ makeWrapper ronn installShellFiles ]; postInstall = '' ronn --roff man/actionlint.1.ronn installManPage man/actionlint.1 wrapProgram "$out/bin/actionlint" \ --prefix PATH : ${lib.makeBinPath [ python3Packages.pyflakes shellcheck ]} ''; ldflags = [ "-s" "-w" "-X github.com/rhysd/actionlint.version=${version}" ]; meta = with lib; { homepage = "https://rhysd.github.io/actionlint/"; description = "Static checker for GitHub Actions workflow files"; changelog = "https://github.com/rhysd/actionlint/raw/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = [ maintainers.marsam ]; mainProgram = "actionlint"; }; } 2022-11-03T23:22:19 actionlint 1.6.21 -> 1.6.22 https://repology.org/metapackage/actionlint/versions 2022-11-03T23:22:23 attrpath: actionlint 2022-11-03T23:22:23 Checking auto update branch... 2022-11-03T23:22:23 No auto update branch exists 2022-11-03T23:22:24 Old version 1.6.21" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , installShellFiles , makeWrapper , python3Packages , ronn , shellcheck }: buildGoModule rec { pname = "actionlint"; version = "1.6.22"; subPackages = [ "cmd/actionlint" ]; src = fetchFromGitHub { owner = "rhysd"; repo = "actionlint"; rev = "v${version}"; sha256 = "sha256-Gkhk6lI10pUuZN09BDhNWfTjVdc7kN6KQjgc3gFrobk="; }; vendorSha256 = "sha256-vWU3tEC+ZlrrTnX3fbuEuZRoSg1KtfpgpXmK4+HWrNY="; nativeBuildInputs = [ makeWrapper ronn installShellFiles ]; postInstall = '' ronn --roff man/actionlint.1.ronn installManPage man/actionlint.1 wrapProgram "$out/bin/actionlint" \ --prefix PATH : ${lib.makeBinPath [ python3Packages.pyflakes shellcheck ]} ''; ldflags = [ "-s" "-w" "-X github.com/rhysd/actionlint.version=${version}" ]; meta = with lib; { homepage = "https://rhysd.github.io/actionlint/"; description = "Static checker for GitHub Actions workflow files"; changelog = "https://github.com/rhysd/actionlint/raw/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = [ maintainers.marsam ]; mainProgram = "actionlint"; }; }