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

Merge pull request #257538 from kashw2/d2

d2: 0.6.0 -> 0.6.1
parents b2683ffd 928e5cc5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "d2";
  version = "0.6.0";
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "terrastruct";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-MF8RqwoMc48JYgNUJTQKHlGl59xyHOALnFL2BWQAl24=";
    hash = "sha256-bp45tkV7f6rGDAmhle/e3cHIqa7nPakANvk4QxetLts=";
  };

  vendorHash = "sha256-SocBC/1LrdSQNfcNVa9nnPaq/UvLVIghHlUSJB7ImBk=";
  vendorHash = "sha256-QMptNFCoJouI555WkA+4TJhaEzQgJJmca3jVpM3neeI=";

  excludedPackages = [ "./e2etests" ];

@@ -50,6 +50,6 @@ buildGoModule rec {
    description = "A modern diagram scripting language that turns text to diagrams";
    homepage = "https://d2lang.com";
    license = licenses.mpl20;
    maintainers = with maintainers; [ dit7ya ];
    maintainers = with maintainers; [ dit7ya kashw2 ];
  };
}