cunicu: 0.5.65 -> 0.5.68 (#365121)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 6b40fed1 f2b5c67d

+3 -3
+3 -3
pkgs/by-name/cu/cunicu/package.nix
··· 10 }: 11 buildGoModule rec { 12 pname = "cunicu"; 13 - version = "0.5.65"; 14 15 src = fetchFromGitHub { 16 owner = "cunicu"; 17 repo = "cunicu"; 18 rev = "v${version}"; 19 - hash = "sha256-U+aFGh6OykjBUQvpm4TGE1AMfK0CAgjXjszC634x+/g="; 20 }; 21 22 nativeBuildInputs = [ ··· 28 29 CGO_ENABLED = 0; 30 31 - vendorHash = "sha256-g6qjtdxqwABjxm6kdqwtVgYHFqEvcU6PI4bCmebXt/U="; 32 33 # These packages contain networking dependent tests which fail in the sandbox 34 excludedPackages = [
··· 10 }: 11 buildGoModule rec { 12 pname = "cunicu"; 13 + version = "0.5.68"; 14 15 src = fetchFromGitHub { 16 owner = "cunicu"; 17 repo = "cunicu"; 18 rev = "v${version}"; 19 + hash = "sha256-bSX9Mf+7BNX37DrFut3c6HKdjBPh6xgdr8X2hNBjV54="; 20 }; 21 22 nativeBuildInputs = [ ··· 28 29 CGO_ENABLED = 0; 30 31 + vendorHash = "sha256-ATIDio2C71gm5/Ex3Ys9izJSxx4rb1jQU5snGS8idVU="; 32 33 # These packages contain networking dependent tests which fail in the sandbox 34 excludedPackages = [