about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-13 23:04:06 -0500
committerGitHub <noreply@github.com>2023-02-13 23:04:06 -0500
commit78f33f5d1015d5844817a722548462134b1c628a (patch)
tree4d69fb73f130153cc8ee0c7686032e155720ce0f
parent75a837f26563f4400ca197143d5423240502edff (diff)
parentc5474e15f1be71c7648d104ce3ed20d538f61630 (diff)
Merge pull request #216253 from aaronjheng/d2
d2: 0.1.6 -> 0.2.0
-rw-r--r--pkgs/tools/text/d2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/d2/default.nix b/pkgs/tools/text/d2/default.nix
index 53cb9b876f42f..27614de6b281f 100644
--- a/pkgs/tools/text/d2/default.nix
+++ b/pkgs/tools/text/d2/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "d2";
-  version = "0.1.6";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "terrastruct";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-bPEEL4t5R/2DnO1IKaTV5NIfT+RL9MVRuoBLlsSPJgM=";
+    hash = "sha256-1AFioXDIh+qQYhhIaQky2SkGd+amnYdOeoNDU+1+poI=";
   };
 
-  vendorHash = "sha256-IKISxtAo9zKV6nLGAUNjtNb/YzRK2QO7Wa4RSNthzPU=";
+  vendorHash = "sha256-PtKKGHzxshahecbfvvo1nGCseap4o8r8raBpFDUSbx4=";
 
   ldflags = [
     "-s"