tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rekor-cli: 1.3.9 -> 1.3.10
R. Ryantm
11 months ago
ef250bf7
a78a226c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
rekor
default.nix
+3
-3
pkgs/tools/security/rekor/default.nix
···
14
14
}:
15
15
buildGoModule rec {
16
16
inherit pname;
17
17
-
version = "1.3.9";
17
17
+
version = "1.3.10";
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "sigstore";
21
21
repo = "rekor";
22
22
rev = "v${version}";
23
23
-
hash = "sha256-JJzLOu8UJbkLT+JywddKtgmDNxAiSV6n9eaQu1ihqSg=";
23
23
+
hash = "sha256-fxBLh7QrBBkUsVrONeFmrXtmRGNgkH7WnncMQ+E56Ok=";
24
24
# populate values that require us to use git. By doing this in postFetch we
25
25
# can delete .git afterwards and maintain better reproducibility of the src.
26
26
leaveDotGit = true;
···
33
33
'';
34
34
};
35
35
36
36
-
vendorHash = "sha256-/tB2Fvs+EJGaReluhYG/PgGSxmGGAv+MOZ2J4ln0mRw=";
36
36
+
vendorHash = "sha256-2ddpzKzVlmOgxsBtLB28fKZ2o4QvtrNZC+1wOny3Amk=";
37
37
38
38
nativeBuildInputs = [ installShellFiles ];
39
39