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 { buildGoModule rec {
pname = "d2"; pname = "d2";
version = "0.6.3"; version = "0.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "terrastruct"; owner = "terrastruct";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-GImv4OJHanj6dKtAJpTaGLrR4AaVTboiYHwRdh/gXaU="; hash = "sha256-lOZ2JFQG4x4xv/fdTlpOEp9lpdjR0ACyAIUWEZUm6L8=";
}; };
vendorHash = "sha256-T7eki06fQuGvYIJKvBJsIkFS1fQ9Jbv+ieUSr2vupqg="; vendorHash = "sha256-aoc8KSznkWJpn0Ye7FUOH5sNQ4fslIGJhIaQdGrwcqQ=";
excludedPackages = [ "./e2etests" ]; excludedPackages = [ "./e2etests" ];

View file

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