Commit d1898d52 authored by R. RyanTM's avatar R. RyanTM
Browse files

libre: 3.6.0 -> 3.6.2

parent 5d4dec80
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 = [