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:
parent
9342b56eed
commit
e26a2290ea
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue