sourcehut.todosrht: 0.72.2 -> 0.74.6

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-04-03 00:48:36 +02:00
parent f53540afdd
commit c0c73555a5
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -3,9 +3,7 @@
, buildGoModule
, buildPythonPackage
, srht
, redis
, alembic
, pystache
, pytest
, factory-boy
, python
@ -14,13 +12,13 @@
buildPythonPackage rec {
pname = "todosrht";
version = "0.72.2";
version = "0.74.6";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "todo.sr.ht";
rev = version;
sha256 = "sha256-FLjVO8Y/9s2gFfMXwcY7Rj3WNzPEBYs1AEjiVZFWsT8=";
sha256 = "sha256-j12pCGfKf6+9R8NOBIrH2V4OuSMuncU6S1AMWFVoHts=";
};
postPatch = ''
@ -32,14 +30,12 @@ buildPythonPackage rec {
inherit src version;
pname = "todosrht-api";
modRoot = "api";
vendorHash = "sha256-LB1H4jwnvoEyaaYJ09NI/M6IkgZwRet/fkso6b9EPV0=";
vendorHash = "sha256-rvfG5F6ez8UM0dYVhKfzwtb7ZEJlaKMBAfKDbo3Aofc=";
} // import ./fix-gqlgen-trimpath.nix { inherit unzip; });
propagatedBuildInputs = [
srht
redis
alembic
pystache
];
preBuild = ''