Unverified Commit e77b40ff authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

d2: 0.6.8 -> 0.6.9 (#379620)

parents 7dd302a6 77936f95
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGo123Module rec {
  pname = "d2";
  version = "0.6.8";
  version = "0.6.9";

  src = fetchFromGitHub {
    owner = "terrastruct";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-Sd4AkXKQVRJIgQTb7BbDNb8DbULyoWX8TuFtiu+Km5Y=";
    hash = "sha256-Z+RC3wXqplGxaECIpHDiV8giWItvE5KFh3N+mwVL6HU=";
  };

  vendorHash = "sha256-PMqN/6kzXR0d1y1PigBE0KJ8uP14n+qQziFqGai5zLE=";
  vendorHash = "sha256-ujyPfQx9FyMq5GBRquBHxcQ47R72RP6g2/rqLICDdWM=";

  excludedPackages = [ "./e2etests" ];