Merge pull request #189273 from r-ryantm/auto-update/librem

librem: 2.6.0 -> 2.7.0
This commit is contained in:
Jonas Heinrich 2022-09-03 08:34:07 +02:00 committed by GitHub
commit ea6974f71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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