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:
parent
4a3f7c41c0
commit
29c133a7cb
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
buildGo123Module rec {
|
buildGo123Module rec {
|
||||||
pname = "d2";
|
pname = "d2";
|
||||||
version = "0.6.9";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "terrastruct";
|
owner = "terrastruct";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Z+RC3wXqplGxaECIpHDiV8giWItvE5KFh3N+mwVL6HU=";
|
hash = "sha256-RlQRf/ueYCbanXXA8tAftQ/9JKkH0QwT4+7Vlwtlnp8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ujyPfQx9FyMq5GBRquBHxcQ47R72RP6g2/rqLICDdWM=";
|
vendorHash = "sha256-STiIS0BRHypNujKNtNb77IXBDdeHVl/uGjVFubJrDc8=";
|
||||||
|
|
||||||
excludedPackages = [ "./e2etests" ];
|
excludedPackages = [ "./e2etests" ];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user