d2: 0.6.9 -> 0.7.0

https://github.com/terrastruct/d2/releases/tag/v0.7.0

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2025-05-03 14:22:52 +09:00
parent 4a3f7c41c0
commit 29c133a7cb
No known key found for this signature in database
GPG Key ID: 7E8683301BE9A5A4

View File

@ -10,16 +10,16 @@
buildGo123Module rec {
pname = "d2";
version = "0.6.9";
version = "0.7.0";
src = fetchFromGitHub {
owner = "terrastruct";
repo = pname;
tag = "v${version}";
hash = "sha256-Z+RC3wXqplGxaECIpHDiV8giWItvE5KFh3N+mwVL6HU=";
hash = "sha256-RlQRf/ueYCbanXXA8tAftQ/9JKkH0QwT4+7Vlwtlnp8=";
};
vendorHash = "sha256-ujyPfQx9FyMq5GBRquBHxcQ47R72RP6g2/rqLICDdWM=";
vendorHash = "sha256-STiIS0BRHypNujKNtNb77IXBDdeHVl/uGjVFubJrDc8=";
excludedPackages = [ "./e2etests" ];