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

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

libre: 3.9.0 -> 3.10.0
parents 9c279f69 005a08a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:

stdenv.mkDerivation rec {
  version = "3.9.0";
  version = "3.10.0";
  pname = "libre";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "re";
    rev = "v${version}";
    sha256 = "sha256-oFaCeVaUrAN83DT8m4gvXSaKzxq5AJw2RHwOelm8HAU=";
    sha256 = "sha256-OWVDuKlF7YLipDURC46s14WOLWWagUqWg20sH0kSIA4=";
  };

  buildInputs = [