aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/ranger
diff options
context:
space:
mode:
authorMilan Svoboda <milan.svoboda@centrum.cz>2016-12-28 23:47:39 +0100
committerRobin Gloster <mail@glob.in>2016-12-28 23:47:39 +0100
commitf969f42b2b1103a57cb856a8125a77d0a50baa40 (patch)
tree6668c4110750c89e4dd1cf0cae20c9ade8094653 /pkgs/applications/misc/ranger
parent81d8a457ed83a83f2cb4a0151ce0a9451f77eb20 (diff)
ranger 1.7.2 -> 1.8.0 (#21480)
Diffstat (limited to 'pkgs/applications/misc/ranger')
-rw-r--r--pkgs/applications/misc/ranger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/ranger/default.nix b/pkgs/applications/misc/ranger/default.nix
index 048a7877362..673e4b02085 100644
--- a/pkgs/applications/misc/ranger/default.nix
+++ b/pkgs/applications/misc/ranger/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pythonPackages, w3m, file, less }:
pythonPackages.buildPythonApplication rec {
- name = "ranger-1.7.2";
+ name = "ranger-1.8.0";
meta = {
description = "File manager with minimalistic curses interface";
@@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
src = fetchurl {
url = "http://ranger.nongnu.org/${name}.tar.gz";
- sha256 = "0yaviybviwdvfg2a0pf2kk28g10k245499xmbpqlai7fv91f7xll";
+ sha256 = "14j067n1azk6vc6cxlhi5w5bsn2wcz4hypvgxc0vjl9xp5n4f0nf";
};
propagatedBuildInputs = [ file ];