Skip to content

Commit 1463ce7

Browse files
committed
d2: 0.2.5 -> 0.2.6
1 parent 293e39e commit 1463ce7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/text/d2/default.nix

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

99
buildGoModule rec {
1010
pname = "d2";
11-
version = "0.2.5";
11+
version = "0.2.6";
1212

1313
src = fetchFromGitHub {
1414
owner = "terrastruct";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-nny6scwuSIFQA+G4k3WfuH9n83kMmnwmfPJMKDCIUBo=";
17+
hash = "sha256-bZJu4l5xAVqm/1HIhHfnZF9JRswAE/c6OzuZ8mmHA9U=";
1818
};
1919

20-
vendorHash = "sha256-h2OGd/Ql4BTX0tt91lQBvmm41h2kzPgQXawJnrkxn8Y=";
20+
vendorHash = "sha256-wXE2+a30KohIOuxFeBQPcV7X2Ka+4t7zqHdr48kifY0=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)