mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 20:13:21 +00:00
clboss: 0.14.0 -> 0.14.1
This commit is contained in:
parent
5a79b2d292
commit
ff1e52f45a
@ -7,17 +7,18 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
curlWithGnuTls,
|
curlWithGnuTls,
|
||||||
libev,
|
libev,
|
||||||
|
libunwind,
|
||||||
sqlite,
|
sqlite,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "clboss";
|
pname = "clboss";
|
||||||
version = "0.14.0";
|
version = "0.14.1";
|
||||||
|
|
||||||
# The release tarball includes the pre-generated file `commit_hash.h` that is required for building
|
# The release tarball includes the pre-generated file `commit_hash.h` that is required for building
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/ZmnSCPxj/clboss/releases/download/v${version}/clboss-v${version}.tar.gz";
|
url = "https://github.com/ZmnSCPxj/clboss/releases/download/v${version}/clboss-v${version}.tar.gz";
|
||||||
hash = "sha256-Qp8br4ZxiqaxFZ6Tb+wFpqp2APmnU9QdNkM8MyGAtrw=";
|
hash = "sha256-JMbNHEI0j78LJYsBZ/Z4qvEdRqgQtWG1HlGW3SBXUCg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -25,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
autoreconfHook
|
autoreconfHook
|
||||||
pkg-config
|
pkg-config
|
||||||
libev
|
libev
|
||||||
|
libunwind
|
||||||
curlWithGnuTls
|
curlWithGnuTls
|
||||||
sqlite
|
sqlite
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user