sourcehut.todosrht: 0.72.2 -> 0.74.6

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

+3 -7
+3 -7
pkgs/applications/version-management/sourcehut/todo.nix
··· 3 , buildGoModule 4 , buildPythonPackage 5 , srht 6 - , redis 7 , alembic 8 - , pystache 9 , pytest 10 , factory-boy 11 , python ··· 14 15 buildPythonPackage rec { 16 pname = "todosrht"; 17 - version = "0.72.2"; 18 19 src = fetchFromSourcehut { 20 owner = "~sircmpwn"; 21 repo = "todo.sr.ht"; 22 rev = version; 23 - sha256 = "sha256-FLjVO8Y/9s2gFfMXwcY7Rj3WNzPEBYs1AEjiVZFWsT8="; 24 }; 25 26 postPatch = '' ··· 32 inherit src version; 33 pname = "todosrht-api"; 34 modRoot = "api"; 35 - vendorHash = "sha256-LB1H4jwnvoEyaaYJ09NI/M6IkgZwRet/fkso6b9EPV0="; 36 } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 37 38 propagatedBuildInputs = [ 39 srht 40 - redis 41 alembic 42 - pystache 43 ]; 44 45 preBuild = ''
··· 3 , buildGoModule 4 , buildPythonPackage 5 , srht 6 , alembic 7 , pytest 8 , factory-boy 9 , python ··· 12 13 buildPythonPackage rec { 14 pname = "todosrht"; 15 + version = "0.74.6"; 16 17 src = fetchFromSourcehut { 18 owner = "~sircmpwn"; 19 repo = "todo.sr.ht"; 20 rev = version; 21 + sha256 = "sha256-j12pCGfKf6+9R8NOBIrH2V4OuSMuncU6S1AMWFVoHts="; 22 }; 23 24 postPatch = '' ··· 30 inherit src version; 31 pname = "todosrht-api"; 32 modRoot = "api"; 33 + vendorHash = "sha256-rvfG5F6ez8UM0dYVhKfzwtb7ZEJlaKMBAfKDbo3Aofc="; 34 } // import ./fix-gqlgen-trimpath.nix { inherit unzip; }); 35 36 propagatedBuildInputs = [ 37 srht 38 alembic 39 ]; 40 41 preBuild = ''