d2: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-04-18 12:41:57 +00:00
parent ae3c6a2eb9
commit 4b51440d35
1 changed files with 2 additions and 2 deletions

View File

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