clboss: 0.14.0 -> 0.14.1

+4 -2
+4 -2
pkgs/by-name/cl/clboss/package.nix
··· 7 7 pkg-config, 8 8 curlWithGnuTls, 9 9 libev, 10 + libunwind, 10 11 sqlite, 11 12 }: 12 13 13 14 stdenv.mkDerivation rec { 14 15 pname = "clboss"; 15 - version = "0.14.0"; 16 + version = "0.14.1"; 16 17 17 18 # The release tarball includes the pre-generated file `commit_hash.h` that is required for building 18 19 src = fetchzip { 19 20 url = "https://github.com/ZmnSCPxj/clboss/releases/download/v${version}/clboss-v${version}.tar.gz"; 20 - hash = "sha256-Qp8br4ZxiqaxFZ6Tb+wFpqp2APmnU9QdNkM8MyGAtrw="; 21 + hash = "sha256-JMbNHEI0j78LJYsBZ/Z4qvEdRqgQtWG1HlGW3SBXUCg="; 21 22 }; 22 23 23 24 nativeBuildInputs = [ ··· 25 26 autoreconfHook 26 27 pkg-config 27 28 libev 29 + libunwind 28 30 curlWithGnuTls 29 31 sqlite 30 32 ];