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