Unverified Commit 8df3f2b7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

d2: 0.2.0 -> 0.2.1
parents 50cb4293 9eae4723
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "d2";
  version = "0.2.0";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "terrastruct";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-1AFioXDIh+qQYhhIaQky2SkGd+amnYdOeoNDU+1+poI=";
    hash = "sha256-CBDZNqYtQElXWmf+oMS7NKpWZG3aD0UTLM1efNg9gFg=";
  };

  vendorHash = "sha256-PtKKGHzxshahecbfvvo1nGCseap4o8r8raBpFDUSbx4=";
  vendorHash = "sha256-WwLPC3hS5yyySwNg62deQrryUI0RunW5oShbrFnGAFQ=";

  ldflags = [
    "-s"