1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

todosrht: 0.57.14 -> 0.61.11

This commit is contained in:
Edmund Wu 2020-06-22 19:50:49 -04:00 committed by Jon
parent f38d72aa8b
commit 93ec2aea28

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "todosrht";
version = "0.57.14";
version = "0.61.11";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/todo.sr.ht";
rev = version;
sha256 = "15x78rl0zh1rw0izc36k47b27l75k7iyina5ajm3mgkslpndym4y";
sha256 = "lUM81FYlR6AXCtXZtYiB+1FD8E1aOX7qxbWUVc36lJM=";
};
patches = [