cue: 0.13.2 -> 0.14.0 (#430141)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] aaronjheng and committed by GitHub a75dd102 98630c12

+3 -3
+3 -3
pkgs/by-name/cu/cue/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "cue"; 13 - version = "0.13.2"; 13 + version = "0.14.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "cue-lang"; 17 17 repo = "cue"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-g8CG37sN5KdmZwdAdQS2HL4YPGNIkO3d817PHKcIDeA="; 19 + hash = "sha256-rQsFMBREmXnJP1vTr+mz1720nVI0oxvDYEuQtibL79g="; 20 20 }; 21 21 22 - vendorHash = "sha256-J9Ox9Yt64PmL2AE+GRdWDHlBtpfmDtxgUbEPaka5JSo="; 22 + vendorHash = "sha256-hV5LO9R854YuazzS6VkxoY64h3+JboBgEDRWAoWats8="; 23 23 24 24 subPackages = [ "cmd/*" ]; 25 25