Unverified Commit 5745e1a0 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #193999 from r-ryantm/auto-update/libre

libre: 2.7.0 -> 2.8.0
parents f71b2152 310701f3
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -25,17 +25,14 @@
, libvpx
}:
stdenv.mkDerivation rec {
  version = "2.7.0";
  version = "2.8.1";
  pname = "baresip";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "baresip";
    rev = "v${version}";
    sha256 = "sha256-ouevompKkWn5CXuDcPuKiTE9GrIXBs/NFsNu6GHgReE=";
    sha256 = "sha256-qtdwFAJLsHqhYVmD1YRUw0NMqX+Vq5BHR5mMvZISnuY=";
  };
  postPatch = ''
    patchShebangs modules/ctrl_dbus/gen.sh
  '';
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
    zlib
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, zlib, openssl }:
stdenv.mkDerivation rec {
  version = "2.7.0";
  version = "2.8.0";
  pname = "libre";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "re";
    rev = "v${version}";
    sha256 = "sha256-YGd0ft61L5ZmcWY0+wON2YgX1fKAcQlIGHNaD7I7exg=";
    sha256 = "sha256-mbPFaq49EI2BdhdQJwFaBxjAh2aKlcuFwoCTwhXRbUg=";
  };
  buildInputs = [ zlib openssl ];
  makeFlags = [ "USE_ZLIB=1" "USE_OPENSSL=1" "PREFIX=$(out)" ]
+2 −2
Original line number Diff line number Diff line
{ 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 = [