Unverified Commit 3265ece6 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

libre: 3.24.0 -> 4.2.0 (#302853)

parents da9c6726 2e099298
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:

stdenv.mkDerivation rec {
  version = "3.24.0";
  version = "4.2.0";
  pname = "libre";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "re";
    rev = "v${version}";
    sha256 = "sha256-wcntgFKpVxDlRMF8a7s9UxeXihguiGxTL/PGv9ImB80=";
    sha256 = "sha256-BMaDkEpOnL1w8+SsPtX3SJPOmdLTURZPX/f1KMz1jhI=";
  };

  buildInputs = [