We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d7596 commit 77936f9Copy full SHA for 77936f9
pkgs/by-name/d2/d2/package.nix
@@ -10,16 +10,16 @@
10
11
buildGo123Module rec {
12
pname = "d2";
13
- version = "0.6.8";
+ version = "0.6.9";
14
15
src = fetchFromGitHub {
16
owner = "terrastruct";
17
repo = pname;
18
tag = "v${version}";
19
- hash = "sha256-Sd4AkXKQVRJIgQTb7BbDNb8DbULyoWX8TuFtiu+Km5Y=";
+ hash = "sha256-Z+RC3wXqplGxaECIpHDiV8giWItvE5KFh3N+mwVL6HU=";
20
};
21
22
- vendorHash = "sha256-PMqN/6kzXR0d1y1PigBE0KJ8uP14n+qQziFqGai5zLE=";
+ vendorHash = "sha256-ujyPfQx9FyMq5GBRquBHxcQ47R72RP6g2/rqLICDdWM=";
23
24
excludedPackages = [ "./e2etests" ];
25
0 commit comments