Loading pkgs/development/tools/continuous-integration/woodpecker/common.nix +4 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ let version = "3.11.0"; srcHash = "sha256-mLyEHNMePVZI6MOSyeD9NMp9QXRXQ7h3LFSxHxpf878="; # The tarball contains vendored dependencies vendorHash = null; vendorHash = null; # The tarball contains vendored dependencies in { inherit version vendorHash; Loading Loading @@ -38,11 +37,11 @@ in "-X go.woodpecker-ci.org/woodpecker/v3/version.Version=${version}" ]; meta = with lib; { meta = { homepage = "https://woodpecker-ci.org/"; changelog = "https://github.com/woodpecker-ci/woodpecker/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ license = lib.licenses.asl20; maintainers = with lib.maintainers; [ ambroisie marcusramberg techknowlogick Loading Loading
pkgs/development/tools/continuous-integration/woodpecker/common.nix +4 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ let version = "3.11.0"; srcHash = "sha256-mLyEHNMePVZI6MOSyeD9NMp9QXRXQ7h3LFSxHxpf878="; # The tarball contains vendored dependencies vendorHash = null; vendorHash = null; # The tarball contains vendored dependencies in { inherit version vendorHash; Loading Loading @@ -38,11 +37,11 @@ in "-X go.woodpecker-ci.org/woodpecker/v3/version.Version=${version}" ]; meta = with lib; { meta = { homepage = "https://woodpecker-ci.org/"; changelog = "https://github.com/woodpecker-ci/woodpecker/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ license = lib.licenses.asl20; maintainers = with lib.maintainers; [ ambroisie marcusramberg techknowlogick Loading