librem: 2.7.0 -> 2.8.0

This commit is contained in:
Jörg Thalheim 2022-10-02 11:52:50 +02:00
parent ef82bcf93a
commit 310701f379

View file

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