Skip to content

Commit 39ef528

Browse files
committed
sympa: 6.2.74 -> 6.2.76
1 parent 1428a55 commit 39ef528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sy/sympa/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ let
7070
in
7171
stdenv.mkDerivation rec {
7272
pname = "sympa";
73-
version = "6.2.74";
73+
version = "6.2.76";
7474

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

8282
configureFlags = [

0 commit comments

Comments
 (0)