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

Merge pull request #200596 from r-ryantm/auto-update/baresip

baresip: 2.8.2 -> 2.9.0
parents ef3b1b51 bfdffa62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@
, libvpx
}:
stdenv.mkDerivation rec {
  version = "2.8.2";
  version = "2.9.0";
  pname = "baresip";
  src = fetchFromGitHub {
    owner = "baresip";
    repo = "baresip";
    rev = "v${version}";
    sha256 = "sha256-+hkV9s4ORm4Kqu9zBmxtFZJFG3gh70OOxpjix052bM0=";
    sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g=";
  };
  nativeBuildInputs = [ pkg-config ];
  buildInputs = [