Skip to content

Commit

Permalink
jcli: 0.0.43 → 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Dec 20, 2024
1 parent 185aeeb commit d41000a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/jc/jcli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildGoModule rec {
pname = "jcli";
version = "0.0.43";
version = "0.0.44";

src = fetchFromGitHub {
owner = "jenkins-zh";
repo = "jenkins-cli";
rev = "v${version}";
hash = "sha256-IUYkpeWZOuCF0cR664VbwvLuDBQqbTKxn9UUe6G9VEE=";
tag = "v${version}";
hash = "sha256-lsYLUgjpHcURiMTA4we9g+a6dFimOupAYMw0TcmABk4=";
};

vendorHash = "sha256-f2f/Qi6aav7LPpO9ERYkejygz0XiPQ8YrKLB63EpaoY=";
Expand Down Expand Up @@ -43,7 +43,7 @@ buildGoModule rec {
description = "Jenkins CLI allows you to manage your Jenkins in an easy way";
mainProgram = "jcli";
homepage = "https://github.com/jenkins-zh/jenkins-cli";
changelog = "https://github.com/jenkins-zh/jenkins-cli/releases/tag/${src.rev}";
changelog = "https://github.com/jenkins-zh/jenkins-cli/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sikmir ];
};
Expand Down

0 comments on commit d41000a

Please sign in to comment.