summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/toot/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-29 12:00:58 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-29 21:00:58 +0200
commitd0a9f5e77e511fed982fb47a0040ab9878a6a603 (patch)
tree14b74e6347855d8465fae6c3d50f00ed146c86c5 /pkgs/applications/misc/toot/default.nix
parent41efb9a6c8c9e2c17a43228c5823472a1b9612bd (diff)
toot: 0.18.0 -> 0.19.0 (#43898)
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/default.nix')
-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 0fa0495cedac..cb3146d4c0dd 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.18.0";
+ version = "0.19.0";
name = "toot-${version}";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "${version}";
- sha256 = "0snvxn7ifbkrdnml66pdna7vny3qa0s6gcjjz69s7scc0razwrh8";
+ sha256 = "1z0r6yqi522d5jbpd0w3prd33l067jb1jhfnxf6hkzhnx1wddjsa";
};
checkInputs = with python3Packages; [ pytest ];