Merge pull request #305045 from r-ryantm/auto-update/d2

d2: 0.6.4 -> 0.6.5
This commit is contained in:
Weijia Wang 2024-04-18 20:44:49 +02:00 committed by GitHub
commit f2ca9faa0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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=";