d2: 0.6.5 -> 0.6.6

This commit is contained in:
R. Ryantm 2024-08-02 13:03:16 +00:00
parent 9307b49d29
commit 2a3d5d1e9f

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "d2";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "terrastruct";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-yEYdFpIIY+nAaeMPEwgz0th2rf67LeYK19Ov9QB/7J0=";
hash = "sha256-SAejVwqTa/yV1pAIltAkX25KxITfkbzP9SGcLQdPUCg=";
};
vendorHash = "sha256-aoc8KSznkWJpn0Ye7FUOH5sNQ4fslIGJhIaQdGrwcqQ=";