summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-05-22 23:14:49 +0300
committerGitHub <noreply@github.com>2018-05-22 23:14:49 +0300
commitbda01a50328d0fb7385b8b936e7671972e712fbe (patch)
treefba3e67a4a99726b7b798410ac58d5deb0ae4f1c /pkgs/tools
parent71da438f21f1e07dd0523bfeb7d81d6aa3a4f14e (diff)
parent180eff1c4a9ed5e2b29ff8a3341836d27c493d1f (diff)
downloadnixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar.gz
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar.bz2
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar.lz
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar.xz
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.tar.zst
nixpkgs-bda01a50328d0fb7385b8b936e7671972e712fbe.zip
Merge pull request #40936 from Synthetica9/thefuck327
thefuck: 3.26 -> 3.27
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/thefuck/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/thefuck/default.nix b/pkgs/tools/misc/thefuck/default.nix
index 7befd344a4d..1ccfc528e8f 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.26";
+  version = "3.27";
 
   src = fetchFromGitHub {
     owner = "nvbn";
     repo = "${pname}";
     rev = version;
-    sha256 = "0iyihbp94z38xajy8yfbn3ky7irnam1zwyswg34cw4kkfgggrwhz";
+    sha256 = "1lsg0g9lnpj2nidggm16b7jm4xzhg0dgy81crfzny62hah1zk0pj";
   };
 
   propagatedBuildInputs = [ colorama decorator psutil pyte six ];