cue: 0.8.2 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-06-07 00:34:45 +00:00
parent a73df7dc95
commit 1e0e5e072f

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "cue";
version = "0.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "cue-lang";
repo = "cue";
rev = "v${version}";
hash = "sha256-GU1PG5ciUqbRlAveq2ouqnBYIBEdMSSM0H/1eHL+zlo=";
hash = "sha256-gjuQ7sp6/GeKSqyyicOtH5Q/1xRy/7cta4KKMn2cfzQ=";
};
vendorHash = "sha256-0OZtKIDdEnQLnSj109EpGvaZvMIy7gPAZ+weHzYKGSg=";
vendorHash = "sha256-FsFignBh669E60S8l8siQHLzeSfB5X/XOHBXPMDX3Cg=";
subPackages = [ "cmd/*" ];