sourcehut.listssrht: 0.51.11 -> 0.57.8

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+8 -9
+8 -9
pkgs/applications/version-management/sourcehut/lists.nix
··· 3 3 , buildGoModule 4 4 , buildPythonPackage 5 5 , srht 6 - , asyncpg 7 6 , aiosmtpd 7 + , asyncpg 8 8 , pygit2 9 9 , emailthreads 10 - , redis 11 10 , python 12 11 , unzip 13 12 }: 14 13 15 14 buildPythonPackage rec { 16 15 pname = "listssrht"; 17 - version = "0.51.11"; 16 + version = "0.57.8"; 18 17 19 18 src = fetchFromSourcehut { 20 19 owner = "~sircmpwn"; 21 20 repo = "lists.sr.ht"; 22 21 rev = version; 23 - sha256 = "sha256-Qb70oOazZfmHpC5r0oMYCFdvfAeKbq3mQA8+M56YYnY="; 22 + sha256 = "sha256-nQZRSTAyTWxcPHrRVCZ5TgcrNgrlxBFc1vRds0cQwA0="; 24 23 }; 25 24 26 25 listssrht-api = buildGoModule ({ 27 26 inherit src version; 28 27 pname = "listssrht-api"; 29 28 modRoot = "api"; 30 - vendorHash = "sha256-xnmMkRSokbhWD+kz0XQ9AinYdm6/50FRBISURPvlzD0="; 31 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 29 + vendorHash = "sha256-E5Zzft9ANJT/nhhCuenZpdo3t9QYLmA+AyDyrbGectE="; 30 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 32 31 33 32 postPatch = '' 34 33 substituteInPlace Makefile \ ··· 37 36 38 37 propagatedBuildInputs = [ 39 38 srht 40 - pygit2 39 + aiosmtpd 41 40 asyncpg 42 - aiosmtpd 41 + pygit2 42 + # Unofficial dependency 43 43 emailthreads 44 - redis 45 44 ]; 46 45 47 46 preBuild = ''