Unverified Commit 5610c426 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

librem: 2.10.0 -> 2.12.0
parents e5b0b761 e52004d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@
, cmake }:

stdenv.mkDerivation rec {
  version = "2.10.0";
  version = "2.12.0";
  pname = "librem";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "rem";
    rev = "v${version}";
    sha256 = "sha256-wyzpx0WjQLA8UKx4S6QOETMehf51Af5napZsxMXttmM=";
    sha256 = "sha256-MsXSUxFH89EqxMe4285xFV1Tsqmv2l5RnEeli48O3XQ=";
  };
  nativeBuildInputs = [ cmake ];
  buildInputs = [ zlib openssl libre ];