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

baresip: 4.3.0 -> 4.4.0 (#475069)

parents e499f366 f84e1c1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@
}:

stdenv.mkDerivation rec {
  version = "4.3.0";
  version = "4.4.0";
  pname = "baresip";

  src = fetchFromGitHub {
    owner = "baresip";
    repo = "baresip";
    rev = "v${version}";
    hash = "sha256-E8FfETn4VnPYscFtwrDGCaYB7L0KU0ZTkDMfBj1dfxA=";
    hash = "sha256-/4XFuOKE/VCIkue9QGwNK/MxkeBU8XoyfLPZd6WAuNg=";
  };

  patches = [