tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
clboss: 0.13.1 -> 0.13.2
R. Ryantm
2 years ago
dc3b05d9
18c8da89
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
blockchains
clboss
default.nix
+2
-2
pkgs/applications/blockchains/clboss/default.nix
···
11
11
12
12
stdenv.mkDerivation rec {
13
13
pname = "clboss";
14
14
-
version = "0.13.1";
14
14
+
version = "0.13.2";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "ZmnSCPxj";
18
18
repo = "clboss";
19
19
rev = "v${version}";
20
20
-
hash = "sha256-DQvcf+y73QQYQanEvbOCOgwQzvNOXS1ZY+hVvS6N+G0=";
20
20
+
hash = "sha256-BMDeqAQGl2mSWyde5Pbai+1KHqPqcY+xzaY36L26olI=";
21
21
};
22
22
23
23
nativeBuildInputs = [ autoconf-archive autoreconfHook pkg-config libev curlWithGnuTls sqlite ];