librem: 2.10.0 -> 2.12.0

This commit is contained in:
R. Ryantm 2023-11-23 01:57:16 +00:00
parent 5d4dec80e5
commit e52004d08e

View File

@ -2,13 +2,13 @@
, cmake }:
stdenv.mkDerivation rec {
version = "2.10.0";
version = "2.12.0";
pname = "librem";
src = fetchFromGitHub {
owner = "baresip";
repo = "rem";
rev = "v${version}";
sha256 = "sha256-wyzpx0WjQLA8UKx4S6QOETMehf51Af5napZsxMXttmM=";
sha256 = "sha256-MsXSUxFH89EqxMe4285xFV1Tsqmv2l5RnEeli48O3XQ=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib openssl libre ];