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

Merge pull request #224566 from aaronjheng/cue

cue: 0.4.3 -> 0.5.0
parents fc544c8d 1f892796
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "cue";
  version = "0.4.3";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "cue-lang";
    repo = "cue";
    rev = "v${version}";
    hash = "sha256-v9MYrijnbtJpTgRZ4hmkaekisOyujldGewCRNbkVzWw=";
    hash = "sha256-4E50VrekIkVXhzHVNehgm6/DbkofvqlNSgX9oK9SLu4=";
  };

  postPatch = ''
@@ -16,7 +16,7 @@ buildGoModule rec {
    rm -f cmd/cue/cmd/script_test.go
  '';

  vendorHash = "sha256-jTfV8DJlr5LxS3HjOEBkVzBvZKiySrmINumXSUIq2mI=";
  vendorHash = "sha256-0N0bZdimGHu3vkLe+eGKBTm/YeSQOnp+Pxhz3LVniTk=";

  excludedPackages = [ "internal/ci/updatetxtar" "internal/cmd/embedpkg" "internal/cmd/qgo" "pkg/gen" ];

+1 −3
Original line number Diff line number Diff line
@@ -3180,9 +3180,7 @@ with pkgs;
  cudd = callPackage ../development/libraries/cudd { };
  cue = callPackage ../development/tools/cue {
    buildGoModule = buildGo118Module; # tests fail with 1.19
  };
  cue = callPackage ../development/tools/cue { };
  writeCueValidator = callPackage ../development/tools/cue/validator.nix { };