tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
jfrog-cli: 2.50.0 -> 2.50.4
R. Ryantm
2 years ago
d250b905
d59ba91d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
jfrog-cli
default.nix
+3
-3
pkgs/tools/misc/jfrog-cli/default.nix
···
5
5
6
6
buildGoModule rec {
7
7
pname = "jfrog-cli";
8
8
-
version = "2.50.0";
8
8
+
version = "2.50.4";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "jfrog";
12
12
repo = "jfrog-cli";
13
13
rev = "refs/tags/v${version}";
14
14
-
hash = "sha256-ZQsc1Far3x4WySbSU5wZXN6acirgVu467BGyjbcT5Ks=";
14
14
+
hash = "sha256-q4l0C99CEY3CEw2eXEnz+29z4JGSgqhVKFoaQ7azsZQ=";
15
15
};
16
16
17
17
-
vendorHash = "sha256-KCFLM8qElbPbmLBCzyThUiqv/BLXsG3eauCBjahMMYk=";
17
17
+
vendorHash = "sha256-7+kmKqMDrGw/lnOL+JS4MRguQNlLaOb47ptX33BEWkM=";
18
18
19
19
postInstall = ''
20
20
# Name the output the same way as the original build script does