cue: 0.14.0 -> 0.14.1 (#432931)
Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
commit
3bf3ad9364
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "cue";
|
pname = "cue";
|
||||||
version = "0.14.0";
|
version = "0.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cue-lang";
|
owner = "cue-lang";
|
||||||
repo = "cue";
|
repo = "cue";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-rQsFMBREmXnJP1vTr+mz1720nVI0oxvDYEuQtibL79g=";
|
hash = "sha256-U/Cptda+2UIDIxuStNYAwZABlNdkS723TnoixVlvS4k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-hV5LO9R854YuazzS6VkxoY64h3+JboBgEDRWAoWats8=";
|
vendorHash = "sha256-hV5LO9R854YuazzS6VkxoY64h3+JboBgEDRWAoWats8=";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user