Merge pull request #120434 from fortuneteller2k/update-neofetch

neofetch: 7.1.0 -> unstable-2020-11-26
This commit is contained in:
Maximilian Bosch 2021-04-23 23:14:20 +02:00 committed by GitHub
commit 1d64c0db85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +1,14 @@
{ lib, stdenvNoCC, fetchFromGitHub, bash, makeWrapper, pciutils }:
{ lib, stdenvNoCC, fetchFromGitHub, bash, makeWrapper, pciutils, ueberzug }:
stdenvNoCC.mkDerivation rec {
pname = "neofetch";
version = "7.1.0";
version = "unstable-2020-11-26";
src = fetchFromGitHub {
owner = "dylanaraps";
repo = "neofetch";
rev = version;
sha256 = "0i7wpisipwzk0j62pzaigbiq42y1mn4sbraz4my2jlz6ahwf00kv";
rev = "6dd85d67fc0d4ede9248f2df31b2cd554cca6c2f";
sha256 = "sha256-PZjFF/K7bvPIjGVoGqaoR8pWE6Di/qJVKFNcIz7G8xE=";
};
strictDeps = true;
@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/neofetch \
--prefix PATH : ${lib.makeBinPath [ pciutils ]}
--prefix PATH : ${lib.makeBinPath [ pciutils ueberzug ]}
'';
makeFlags = [