librem: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm 2022-11-02 04:23:52 +00:00
parent 5571bd18dc
commit 9fa023faa5

View File

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