cue: 0.14.0 -> 0.14.1 (#432931)

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

authored by nixpkgs-merge-bot[bot] aaronjheng and committed by GitHub 3bf3ad93 6f2facfe

+2 -2
+2 -2
pkgs/by-name/cu/cue/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "cue"; 13 - version = "0.14.0"; 13 + version = "0.14.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "cue-lang"; 17 17 repo = "cue"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-rQsFMBREmXnJP1vTr+mz1720nVI0oxvDYEuQtibL79g="; 19 + hash = "sha256-U/Cptda+2UIDIxuStNYAwZABlNdkS723TnoixVlvS4k="; 20 20 }; 21 21 22 22 vendorHash = "sha256-hV5LO9R854YuazzS6VkxoY64h3+JboBgEDRWAoWats8=";