cue: 0.12.0 -> 0.12.1 (#395898)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-04 04:51:51 +00:00
committed by GitHub
co-authored by aaronjheng
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "cue";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
tag = "v${version}";
hash = "sha256-/2oVu1zij+8/qdDl4gApsNqdKwb1O7q5Xcdc3/djGn8=";
hash = "sha256-nCwmW3nHcgUDG+dmcRd5+nqArUmBE3+ZZDZTDZSySQ0=";
};
vendorHash = "sha256-vkfXT8mAomQml/kQRb2VIi+D+jpc0qgE2AsJ8jK6LRQ=";