cue: 0.14.0 -> 0.14.1 (#432931)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-12 13:37:51 +00:00 committed by GitHub
commit 3bf3ad9364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "cue";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
tag = "v${finalAttrs.version}";
hash = "sha256-rQsFMBREmXnJP1vTr+mz1720nVI0oxvDYEuQtibL79g=";
hash = "sha256-U/Cptda+2UIDIxuStNYAwZABlNdkS723TnoixVlvS4k=";
};
vendorHash = "sha256-hV5LO9R854YuazzS6VkxoY64h3+JboBgEDRWAoWats8=";