aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-10-12 11:11:53 +0300
committerGitHub <noreply@github.com>2020-10-12 11:11:53 +0300
commit38c6398c7842335f769cfbe4f71a070484f9432b (patch)
tree146f0024c6f46b358586a4dca3c1ea36fc113189 /pkgs/applications/version-management
parent28ad2e0a9b0d26a7791a55b471905985eaf211f0 (diff)
parent414f54c979b840e5e5d94474c6a916fc096b7e41 (diff)
Merge pull request #100248 from RaitoBezarius/raito-srht-todo
todosrht: 0.61.11 -> 0.62.1
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/sourcehut/todo.nix4
1 files 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;