Merge pull request #303333 from kashw2/d2

d2: 0.6.3 -> 0.6.4
This commit is contained in:
Mario Rodas 2024-04-15 19:04:33 -05:00 committed by GitHub
commit c58b325d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -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" ];

View File

@ -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 { };