tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
asciigraph: 0.5.5 -> 0.5.6
R. Ryantm
2 years ago
89e7196b
04e78fe7
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
asciigraph
default.nix
+3
-3
pkgs/tools/text/asciigraph/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "asciigraph";
5
5
-
version = "0.5.5";
5
5
+
version = "0.5.6";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "guptarohit";
9
9
repo = pname;
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-7sobelRCDY8mC5FYyGZmNsvUsEMxRulqPnUucNRN5J8=";
11
11
+
sha256 = "sha256-ZmH0+UXPUyO90ZI6YsKiTd6Nf8dgZAgm7Qx8PVUkHAU=";
12
12
};
13
13
14
14
-
vendorSha256 = null;
14
14
+
vendorHash = null;
15
15
16
16
ldflags = [ "-s" "-w" ];
17
17