Unverified Commit 8f82f89a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

libre: 4.3.0 -> 4.4.0 (#473582)

parents 7b9df04b 67689b1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:

stdenv.mkDerivation rec {
  version = "4.3.0";
  version = "4.4.0";
  pname = "libre";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "re";
    rev = "v${version}";
    sha256 = "sha256-IOC6TRgxScLBCarECuUAfRoRweh5Q22JKsOUu9l7zWI=";
    sha256 = "sha256-z/rDpjq483f3xFxZmf6neIQTls0xhn70JrWMlQatasw=";
  };

  buildInputs = [