tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cntb: 1.5.4 -> 1.5.5
R. Ryantm
9 months ago
ed7e3180
ce4ce6f8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
cn
cntb
package.nix
+3
-3
pkgs/by-name/cn/cntb/package.nix
···
5
5
}:
6
6
buildGoModule rec {
7
7
pname = "cntb";
8
8
-
version = "1.5.4";
8
8
+
version = "1.5.5";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "contabo";
12
12
repo = "cntb";
13
13
rev = "v${version}";
14
14
-
hash = "sha256-4QS1fkXVcGxhZDPRLDc0xKl4jr8W4og/Qf591i3gzxk=";
14
14
+
hash = "sha256-chO59HBpMXXFMIt+7UjUxE3WtzUak8VhD/ahEXT5l/k=";
15
15
# docs contains two files with the same name but different cases,
16
16
# this leads to a different hash on case insensitive filesystems (e.g. darwin)
17
17
# https://github.com/contabo/cntb/issues/34
···
22
22
23
23
subPackages = [ "." ];
24
24
25
25
-
vendorHash = "sha256-LOGSllVQ28bXaqHXEv1Zd1vcTRZTZ5wy+gSQv1JWKMU=";
25
25
+
vendorHash = "sha256-D0B1a2qbTGpAK1PkB+wqsReft14/SoKY3/I6k+pB2D0=";
26
26
27
27
ldflags = [
28
28
"-X contabo.com/cli/cntb/cmd.version=${src.rev}"