Unverified Commit b011a1cb authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

baresip: 4.6.0 -> 4.7.0 (#507498)

parents 71715110 6851838f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "4.6.0";
  version = "4.7.0";
  pname = "baresip";

  src = fetchFromGitHub {
    owner = "baresip";
    repo = "baresip";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ikfSr9chbkv+5XPlDZKH/80N98tBzHvyNf29kENXOFI=";
    hash = "sha256-IfzLwK6mDfMPug6vRfsOJwByP6LwGkefh8lBC75eVbU=";
  };

  patches = [