Unverified Commit c58b325d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #303333 from kashw2/d2

d2: 0.6.3 -> 0.6.4
parents 64781eaa d7487b65
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "d2";
  version = "0.6.3";
  version = "0.6.4";

  src = fetchFromGitHub {
    owner = "terrastruct";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-GImv4OJHanj6dKtAJpTaGLrR4AaVTboiYHwRdh/gXaU=";
    rev = "refs/tags/v${version}";
    hash = "sha256-lOZ2JFQG4x4xv/fdTlpOEp9lpdjR0ACyAIUWEZUm6L8=";
  };

  vendorHash = "sha256-T7eki06fQuGvYIJKvBJsIkFS1fQ9Jbv+ieUSr2vupqg=";
  vendorHash = "sha256-aoc8KSznkWJpn0Ye7FUOH5sNQ4fslIGJhIaQdGrwcqQ=";

  excludedPackages = [ "./e2etests" ];

+1 −4
Original line number Diff line number Diff line
@@ -7820,10 +7820,7 @@ with pkgs;
  choose = callPackage ../tools/text/choose { };
  d2 = callPackage ../tools/text/d2 {
    # Failed tests
    buildGoModule = buildGo121Module;
  };
  d2 = callPackage ../tools/text/d2 { };
  ddev = callPackage ../applications/virtualization/ddev { };