Skip to content

Commit 77936f9

Browse files
committed
d2: 0.6.8 -> 0.6.9
Signed-off-by: misilelab <[email protected]>
1 parent b7d7596 commit 77936f9

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)