Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

notation: 1.0.0 -> 1.0.1

+3 -3
+3 -3
pkgs/tools/security/notation/default.nix
··· 2 3 buildGoModule rec { 4 pname = "notation"; 5 - version = "1.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "notaryproject"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-mj+LCO6Q4kKfYewPl0R9axZB9O4Yy+GkLlUIDe6yhlI="; 12 }; 13 14 - vendorHash = "sha256-wQTRgOSOq0LeiSwF5eowaW4R2xCx+kEb0WQ+upsxdAA="; 15 16 # This is a Go sub-module and cannot be built directly (e2e tests). 17 excludedPackages = [ "./test" ];
··· 2 3 buildGoModule rec { 4 pname = "notation"; 5 + version = "1.0.1"; 6 7 src = fetchFromGitHub { 8 owner = "notaryproject"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-KcB5l6TRZhciXO04mz5iORR4//cAhrh+o4Kdq7LA4A4="; 12 }; 13 14 + vendorHash = "sha256-r58ZV63KIHKxh5HDeQRfd0OF0s7xpC4sXvsYLhm8AIE="; 15 16 # This is a Go sub-module and cannot be built directly (e2e tests). 17 excludedPackages = [ "./test" ];