Unverified Commit 95b88bff authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

sympa: 6.2.74 -> 6.2.76 (#379255)

parents 2fcdec68 af683181
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ let
      TemplateToolkit
      URI
      UnicodeLineBreak
      UnicodeUTF8
      XMLLibXML

      ### Features
@@ -70,13 +71,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "sympa";
  version = "6.2.74";
  version = "6.2.76";

  src = fetchFromGitHub {
    owner = "sympa-community";
    repo = pname;
    rev = version;
    sha256 = "sha256-Z5V4LqogIobs8pT+ED6iZGjnC+J+GQBHq2opu1yv/7k=";
    sha256 = "sha256-XvLTO2Wau34zMoi+5d16JnWd/K96w2py9xC5oLlRfRM=";
  };

  configureFlags = [