ranger: don't include "v" in nix-perceived version

This was a regression of #34362, and doesn't seem intended.
This commit is contained in:
Vladimír Čunát 2018-02-15 18:06:55 +01:00
parent 9342b56eed
commit e26a2290ea
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,7 +6,7 @@ with stdenv.lib;
assert imagePreviewSupport -> w3m != null;
pythonPackages.buildPythonApplication rec {
name = "ranger-v${version}";
name = "ranger-${version}";
version = "1.9.0";
src = fetchFromGitHub {