From 414f54c979b840e5e5d94474c6a916fc096b7e41 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 11 Oct 2020 15:43:45 +0200 Subject: [PATCH] todosrht: 0.61.11 -> 0.62.1 --- pkgs/applications/version-management/sourcehut/todo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/sourcehut/todo.nix b/pkgs/applications/version-management/sourcehut/todo.nix index 7eaa6776560a..7528ae534fae 100644 --- a/pkgs/applications/version-management/sourcehut/todo.nix +++ b/pkgs/applications/version-management/sourcehut/todo.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "todosrht"; - version = "0.61.11"; + version = "0.62.1"; src = fetchgit { url = "https://git.sr.ht/~sircmpwn/todo.sr.ht"; rev = version; - sha256 = "lUM81FYlR6AXCtXZtYiB+1FD8E1aOX7qxbWUVc36lJM="; + sha256 = "17fsv2z37sjzqzpvx39nc36xln1ayivzjg309d2vmb94aaym4nz2"; }; nativeBuildInputs = srht.nativeBuildInputs;