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