Loading pkgs/tools/misc/jfrog-cli/default.nix +11 −5 Original line number Diff line number Diff line { buildGoModule, fetchFromGitHub, pkgs, lib }: { lib , buildGoModule , fetchFromGitHub , pkgs }: buildGoModule rec { pname = "jfrog-cli"; version = "2.37.3"; vendorHash = "sha256-W/Us8OTbaJismGkKashZoM1wkHXpHv/TxrwT86HaiU8="; src = fetchFromGitHub { owner = "jfrog"; repo = "jfrog-cli"; rev = "v${version}"; sha256 = "sha256-ic6Q/1BJIYe/LajW389vL7Gaodz/EFLEGkZl6QSIvbo="; rev = "refs/tags/v${version}"; hash = "sha256-ic6Q/1BJIYe/LajW389vL7Gaodz/EFLEGkZl6QSIvbo="; }; vendorHash = "sha256-W/Us8OTbaJismGkKashZoM1wkHXpHv/TxrwT86HaiU8="; postInstall = '' # Name the output the same way as the original build script does mv $out/bin/jfrog-cli $out/bin/jf Loading @@ -23,8 +28,9 @@ buildGoModule rec { meta = with lib; { homepage = "https://github.com/jfrog/jfrog-cli"; description = "Client for accessing to JFrog's Artifactory and Mission Control through their respective REST APIs"; changelog = "https://github.com/jfrog/jfrog-cli/releases/tag/v${version}"; license = licenses.asl20; mainProgram = "jf"; maintainers = [ maintainers.detegr ]; maintainers = with maintainers; [ detegr ]; }; } Loading
pkgs/tools/misc/jfrog-cli/default.nix +11 −5 Original line number Diff line number Diff line { buildGoModule, fetchFromGitHub, pkgs, lib }: { lib , buildGoModule , fetchFromGitHub , pkgs }: buildGoModule rec { pname = "jfrog-cli"; version = "2.37.3"; vendorHash = "sha256-W/Us8OTbaJismGkKashZoM1wkHXpHv/TxrwT86HaiU8="; src = fetchFromGitHub { owner = "jfrog"; repo = "jfrog-cli"; rev = "v${version}"; sha256 = "sha256-ic6Q/1BJIYe/LajW389vL7Gaodz/EFLEGkZl6QSIvbo="; rev = "refs/tags/v${version}"; hash = "sha256-ic6Q/1BJIYe/LajW389vL7Gaodz/EFLEGkZl6QSIvbo="; }; vendorHash = "sha256-W/Us8OTbaJismGkKashZoM1wkHXpHv/TxrwT86HaiU8="; postInstall = '' # Name the output the same way as the original build script does mv $out/bin/jfrog-cli $out/bin/jf Loading @@ -23,8 +28,9 @@ buildGoModule rec { meta = with lib; { homepage = "https://github.com/jfrog/jfrog-cli"; description = "Client for accessing to JFrog's Artifactory and Mission Control through their respective REST APIs"; changelog = "https://github.com/jfrog/jfrog-cli/releases/tag/v${version}"; license = licenses.asl20; mainProgram = "jf"; maintainers = [ maintainers.detegr ]; maintainers = with maintainers; [ detegr ]; }; }