tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
notation: 1.0.0 -> 1.0.1
R. Ryantm
2 years ago
3a1534fe
a0eb0aa8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
notation
default.nix
+3
-3
pkgs/tools/security/notation/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "notation";
5
5
-
version = "1.0.0";
5
5
+
version = "1.0.1";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "notaryproject";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
hash = "sha256-mj+LCO6Q4kKfYewPl0R9axZB9O4Yy+GkLlUIDe6yhlI=";
11
11
+
hash = "sha256-KcB5l6TRZhciXO04mz5iORR4//cAhrh+o4Kdq7LA4A4=";
12
12
};
13
13
14
14
-
vendorHash = "sha256-wQTRgOSOq0LeiSwF5eowaW4R2xCx+kEb0WQ+upsxdAA=";
14
14
+
vendorHash = "sha256-r58ZV63KIHKxh5HDeQRfd0OF0s7xpC4sXvsYLhm8AIE=";
15
15
16
16
# This is a Go sub-module and cannot be built directly (e2e tests).
17
17
excludedPackages = [ "./test" ];