about summary refs log tree commit diff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-16 18:14:33 +0100
committerFélix Baylac Jacqué <felix@alternativebit.fr>2023-11-16 18:14:33 +0100
commitc79cf2f6ab6f8fe49cac6ca256b9b4b01b49f060 (patch)
tree2a7eea7964d24be035e4fb67cdf19e02c6e38706 /pkgs/applications/misc/toot
parent577d7a69133459be2cbd7ee52b6965781a66cba4 (diff)
toot: 0.38.1 -> 0.38.2
Changelog: https://github.com/ihabunek/toot/releases/tag/0.38.2
Diffstat (limited to 'pkgs/applications/misc/toot')
-rw-r--r--pkgs/applications/misc/toot/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 0faa36302fc9b..e74cb435e212b 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.38.1";
+  version = "0.38.2";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ=";
+    sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko=";
   };
 
   nativeCheckInputs = with python3Packages; [ pytest ];
@@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec {
   };
 
 }
-