Skip to content

Commit

Permalink
ranger 1.7.2 -> 1.8.0 (#21480)
Browse files Browse the repository at this point in the history
  • Loading branch information
tex authored and globin committed Dec 28, 2016
1 parent 81d8a45 commit f969f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ranger/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {

src = fetchurl {
url = "http://ranger.nongnu.org/${name}.tar.gz";
sha256 = "0yaviybviwdvfg2a0pf2kk28g10k245499xmbpqlai7fv91f7xll";
sha256 = "14j067n1azk6vc6cxlhi5w5bsn2wcz4hypvgxc0vjl9xp5n4f0nf";
};

propagatedBuildInputs = [ file ];
Expand Down

0 comments on commit f969f42

Please sign in to comment.