cue: 0.8.2 -> 0.9.0
This commit is contained in:
parent
a73df7dc95
commit
1e0e5e072f
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "cue";
|
pname = "cue";
|
||||||
version = "0.8.2";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cue-lang";
|
owner = "cue-lang";
|
||||||
repo = "cue";
|
repo = "cue";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-GU1PG5ciUqbRlAveq2ouqnBYIBEdMSSM0H/1eHL+zlo=";
|
hash = "sha256-gjuQ7sp6/GeKSqyyicOtH5Q/1xRy/7cta4KKMn2cfzQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-0OZtKIDdEnQLnSj109EpGvaZvMIy7gPAZ+weHzYKGSg=";
|
vendorHash = "sha256-FsFignBh669E60S8l8siQHLzeSfB5X/XOHBXPMDX3Cg=";
|
||||||
|
|
||||||
subPackages = [ "cmd/*" ];
|
subPackages = [ "cmd/*" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user