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

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

libre: 3.6.0 -> 3.6.2
parents 5610c426 d1898d52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:

stdenv.mkDerivation rec {
  version = "3.6.0";
  version = "3.6.2";
  pname = "libre";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "re";
    rev = "v${version}";
    sha256 = "sha256-pFtrmrNRSL1lw10LjayOoNFrW/tTPXwmUipwC5v1MZs=";
    sha256 = "sha256-mbwi6tJer4JC7ijB6WGDNoC/EM5rqCtejbYRFi9Kwgk=";
  };

  buildInputs = [