Skip to content

Commit e77b40f

Browse files
authored
d2: 0.6.8 -> 0.6.9 (#379620)
2 parents 7dd302a + 77936f9 commit e77b40f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/d2/d2/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGo123Module rec {
1212
pname = "d2";
13-
version = "0.6.8";
13+
version = "0.6.9";
1414

1515
src = fetchFromGitHub {
1616
owner = "terrastruct";
1717
repo = pname;
1818
tag = "v${version}";
19-
hash = "sha256-Sd4AkXKQVRJIgQTb7BbDNb8DbULyoWX8TuFtiu+Km5Y=";
19+
hash = "sha256-Z+RC3wXqplGxaECIpHDiV8giWItvE5KFh3N+mwVL6HU=";
2020
};
2121

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

2424
excludedPackages = [ "./e2etests" ];
2525

0 commit comments

Comments
 (0)