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
@ -6,7 +6,7 @@ with stdenv.lib;
|
|||||||
assert imagePreviewSupport -> w3m != null;
|
assert imagePreviewSupport -> w3m != null;
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
name = "ranger-v${version}";
|
name = "ranger-${version}";
|
||||||
version = "1.9.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user