Skip to content

Commit

Permalink
sourcehut.todosrht: 0.71.2 -> 0.72.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1m authored and tomberek committed Jun 8, 2022
1 parent 9bd0b0f commit 010488c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/sourcehut/todo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildPythonPackage rec {
pname = "todosrht";
version = "0.71.2";
version = "0.72.2";

src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "todo.sr.ht";
rev = version;
sha256 = "sha256-m7FY+jXpwPnK1+b1iQiDGe8JPfAFQp65BzGH6WvNwhM=";
sha256 = "sha256-FLjVO8Y/9s2gFfMXwcY7Rj3WNzPEBYs1AEjiVZFWsT8=";
};

postPatch = ''
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
inherit src version;
pname = "todosrht-api";
modRoot = "api";
vendorSha256 = "sha256-ttGT7lUh8O+9KvbaEGWUsthefXQ2ATeli0tnlXCjZFk=";
vendorSha256 = "sha256-LB1H4jwnvoEyaaYJ09NI/M6IkgZwRet/fkso6b9EPV0=";
} // import ./fix-gqlgen-trimpath.nix {inherit unzip;});

nativeBuildInputs = srht.nativeBuildInputs;
Expand Down

0 comments on commit 010488c

Please sign in to comment.