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 293e39e commit 1463ce7Copy full SHA for 1463ce7
1 file changed
pkgs/tools/text/d2/default.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "d2";
11
- version = "0.2.5";
+ version = "0.2.6";
12
13
src = fetchFromGitHub {
14
owner = "terrastruct";
15
repo = pname;
16
rev = "v${version}";
17
- hash = "sha256-nny6scwuSIFQA+G4k3WfuH9n83kMmnwmfPJMKDCIUBo=";
+ hash = "sha256-bZJu4l5xAVqm/1HIhHfnZF9JRswAE/c6OzuZ8mmHA9U=";
18
};
19
20
- vendorHash = "sha256-h2OGd/Ql4BTX0tt91lQBvmm41h2kzPgQXawJnrkxn8Y=";
+ vendorHash = "sha256-wXE2+a30KohIOuxFeBQPcV7X2Ka+4t7zqHdr48kifY0=";
21
22
ldflags = [
23
"-s"
0 commit comments