clboss: 0.12 -> 0.13A

This commit is contained in:
Jonas Nick 2022-05-30 19:09:55 +00:00
parent 95e4a3fa9e
commit 592acbff1d
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ let
in
stdenv.mkDerivation rec {
pname = "clboss";
version = "0.12";
version = "0.13A";
src = fetchurl {
url = "https://github.com/ZmnSCPxj/clboss/releases/download/${version}/clboss-${version}.tar.gz";
hash = "sha256-UZcSfbpp3vPsD3CDukp+r5Z60h0UEWTduqF4DhJ+H2U=";
hash = "sha256-LTDJrm9Mk4j7Z++tKJKawEurgF1TnYuIoj+APbDHll4=";
};
nativeBuildInputs = [ pkgconfig libev curlWithGnuTLS sqlite ];