librem: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2022-12-10 13:43:53 +00:00
parent c2e9f0550a
commit c03c334ee3

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitHub, zlib, openssl, libre }:
stdenv.mkDerivation rec {
version = "2.9.0";
version = "2.10.0";
pname = "librem";
src = fetchFromGitHub {
owner = "baresip";
repo = "rem";
rev = "v${version}";
sha256 = "sha256-HiVM/opZuR7Gkt421ps+nKiiKERG8sUD8qBLIMGNCJI=";
sha256 = "sha256-wyzpx0WjQLA8UKx4S6QOETMehf51Af5napZsxMXttmM=";
};
buildInputs = [ zlib openssl libre ];
makeFlags = [