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

coreth: 0.12.5 -> 0.12.6

+3 -3
+3 -3
pkgs/applications/networking/coreth/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "coreth"; 9 - version = "0.12.5"; 9 + version = "0.12.6"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ava-labs"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-jHJubqNmU0OkKmWNCkucmv+IM19x3nfyDkfBpRihh7Y="; 15 + hash = "sha256-AmlDOtV6uQtrscvIgK5kz6PldA7a1XrVuwO4DCFZeno="; 16 16 }; 17 17 18 18 # go mod vendor has a bug, see: golang/go#57529 19 19 proxyVendor = true; 20 20 21 - vendorHash = "sha256-GKAGBEHP09NJ/GLq349K9VwFGt8rCvoHu8BB8TzN4CU="; 21 + vendorHash = "sha256-v1DoRZuv6k6UIgPirXMbvunttn1aBLbTc+GdtdKquDk="; 22 22 23 23 ldflags = [ 24 24 "-s"