Merge pull request #203132 from schuelermine/fix/run/screenfetch
screenfetch: update pname to reflect attribute path and executable name
This commit is contained in:
commit
3d1c65f524
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ let
|
||||||
]));
|
]));
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "screenFetch";
|
pname = "screenfetch";
|
||||||
version = "3.9.1";
|
version = "3.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue