From 5f20b10b52446fb6151a55d9836c6f46d3f10bfc Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Thu, 30 May 2019 22:23:54 +0200 Subject: thefuck: 3.28 -> 3.29 --- pkgs/tools/misc/thefuck/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/thefuck/default.nix b/pkgs/tools/misc/thefuck/default.nix index e6fb908435945..748a4e0ce6a55 100644 --- a/pkgs/tools/misc/thefuck/default.nix +++ b/pkgs/tools/misc/thefuck/default.nix @@ -5,13 +5,13 @@ buildPythonApplication rec { pname = "thefuck"; - version = "3.28"; + version = "3.29"; src = fetchFromGitHub { owner = "nvbn"; repo = "${pname}"; rev = version; - sha256 = "070b2sx8r0b4hry6xg97psxlikxghmz91zicg2cm6kc1yhgz4agc"; + sha256 = "1qhxwjjgrzpqrqjv7l2847ywpln76lyd6j8bl9gz2r6kl0fx2fqs"; }; propagatedBuildInputs = [ colorama decorator psutil pyte six ]; -- cgit 1.4.1