Commit 13b5e194 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

sipp: 3.7.5 -> 3.7.7

parent f523176e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sipp";
  version = "3.7.5";
  version = "3.7.7";

  src = fetchFromGitHub {
    owner = "SIPp";
    repo = "sipp";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W5KOvBBaUmyYJshYEg39QpkS8rrpGSEj4g3NZD29YrY=";
    hash = "sha256-1JKKD3rEddCzXrbNpbzvhFXlTlkTXlP7vmRXvlGzkgI=";
  };

  postPatch = ''