Unverified Commit a3e97863 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #322670 from r-ryantm/auto-update/cue

cue: 0.9.1 -> 0.9.2
parents e1525463 163ef81a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "cue";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "cue-lang";
    repo = "cue";
    rev = "v${version}";
    hash = "sha256-hhu66uiBkxyYRw8eruqxVifr2yftDXcYRTK5VYbjRPQ=";
    hash = "sha256-C3BvI43oo71y19ZRflqhKRQF7DwBBOV0yRlutv+W18g=";
  };

  vendorHash = "sha256-FsFignBh669E60S8l8siQHLzeSfB5X/XOHBXPMDX3Cg=";