about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2023-07-18 16:43:31 +0000
committerGitHub <noreply@github.com>2023-07-18 16:43:31 +0000
commit858583786239c23cfb56c50e858581d7d8bb3b40 (patch)
treefed7a65fa5307c7ce65f3ac38eeca56f6d12089c /pkgs
parent5a2c27c83272b01a984686fef9dca8341c750cee (diff)
parent420a207d494f11fd754d76e7c72f205f766fbddc (diff)
Merge pull request #244126 from trofi/toot-update
toot: 0.36.0 -> 0.37.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/toot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 14d3cd8f0cff5..bbceb34e0a2df 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "toot";
-  version = "0.36.0";
+  version = "0.37.0";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-gEQA9PASSKAMqulOaK8ynBXX7BdptY1uwdS1tOf3/Jc=";
+    sha256 = "sha256-NmxBiFLjAW4kwuChbgR5VsAOpgE6sJOO/MmfRhotb40=";
   };
 
   nativeCheckInputs = with python3Packages; [ pytest ];