sourcehut.todosrht: 0.71.2 -> 0.72.2

This commit is contained in:
Julien Moutinho 2022-06-02 14:55:20 +02:00 committed by tomberek
parent 9bd0b0fdc6
commit 010488c27b

View File

@ -14,13 +14,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "todosrht"; pname = "todosrht";
version = "0.71.2"; version = "0.72.2";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~sircmpwn"; owner = "~sircmpwn";
repo = "todo.sr.ht"; repo = "todo.sr.ht";
rev = version; rev = version;
sha256 = "sha256-m7FY+jXpwPnK1+b1iQiDGe8JPfAFQp65BzGH6WvNwhM="; sha256 = "sha256-FLjVO8Y/9s2gFfMXwcY7Rj3WNzPEBYs1AEjiVZFWsT8=";
}; };
postPatch = '' postPatch = ''
@ -32,7 +32,7 @@ buildPythonPackage rec {
inherit src version; inherit src version;
pname = "todosrht-api"; pname = "todosrht-api";
modRoot = "api"; modRoot = "api";
vendorSha256 = "sha256-ttGT7lUh8O+9KvbaEGWUsthefXQ2ATeli0tnlXCjZFk="; vendorSha256 = "sha256-LB1H4jwnvoEyaaYJ09NI/M6IkgZwRet/fkso6b9EPV0=";
} // import ./fix-gqlgen-trimpath.nix {inherit unzip;}); } // import ./fix-gqlgen-trimpath.nix {inherit unzip;});
nativeBuildInputs = srht.nativeBuildInputs; nativeBuildInputs = srht.nativeBuildInputs;