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 2 3 3 buildGoModule rec { 4 4 pname = "notation"; 5 - version = "1.0.0"; 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 - hash = "sha256-mj+LCO6Q4kKfYewPl0R9axZB9O4Yy+GkLlUIDe6yhlI="; 11 + hash = "sha256-KcB5l6TRZhciXO04mz5iORR4//cAhrh+o4Kdq7LA4A4="; 12 12 }; 13 13 14 - vendorHash = "sha256-wQTRgOSOq0LeiSwF5eowaW4R2xCx+kEb0WQ+upsxdAA="; 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" ];