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

librem: 2.8.0 -> 2.9.0
This commit is contained in:
7c6f434c 2022-11-10 09:45:05 +00:00 committed by GitHub
commit 373cbaa18a
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.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 = [