aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 22:14:46 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 22:14:46 -0700
commit105cc4e4c732df5f153c4d1320d3ab07df2fa661 (patch)
treecc928b092f55c3eaf9865cb7a9751ead39cd3e11 /pkgs/applications/misc/toot
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
toot: 0.21.0 -> 0.22.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toot/versions
Diffstat (limited to 'pkgs/applications/misc/toot')
-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 6079c8807dc..df9ed897370 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
- version = "0.21.0";
+ version = "0.22.0";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "${version}";
- sha256 = "03s81i9rz7dn33r13p7j2c7yw874hkm64x7myddiqw9lc21fyzql";
+ sha256 = "11dgz082shxpbsxr4i41as040cfqinm5lbcg3bmsxqvc4hsz2nr5";
};
checkInputs = with python3Packages; [ pytest ];