soft-serve: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 11:43:00 +10:00
parent e0f8a10cbe
commit 73090cc1ff
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-sRlEF1ee+oBnYOGSN6rDOvNr3OnfAqV+1Wx5XOyIylw=";
};
vendorSha256 = "sha256-FukkmuBTPPhY0UTe3r1iU3nbGoMsPTcRKTLBd+VMGUk=";
vendorSha256 = "sha256-txC85Y5t880XGgJb7tumDgqWTdTRCXXgATAtlWXF7n8=";
doCheck = false;

View file

@ -21494,7 +21494,9 @@ with pkgs;
quark = callPackage ../servers/http/quark { };
soft-serve = callPackage ../servers/soft-serve { };
soft-serve = callPackage ../servers/soft-serve {
buildGoModule = buildGo117Module;
};
sympa = callPackage ../servers/mail/sympa { };