clboss: 0.11E -> 0.12

This commit is contained in:
Erik Arvstedt 2022-04-30 13:08:50 +02:00
parent 77aa0ec575
commit dd2dcad3dc
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -5,11 +5,11 @@ let
in
stdenv.mkDerivation rec {
pname = "clboss";
version = "0.11E";
version = "0.12";
src = fetchurl {
url = "https://github.com/ZmnSCPxj/clboss/releases/download/${version}/clboss-${version}.tar.gz";
hash = "sha256-TDDD5tM3aNRxgSP/6rVM+4bX9zwcErZ0yQpQOjNU1FM=";
hash = "sha256-UZcSfbpp3vPsD3CDukp+r5Z60h0UEWTduqF4DhJ+H2U=";
};
nativeBuildInputs = [ pkgconfig libev curlWithGnuTLS sqlite ];