neofetch: unstable-2020-11-26 -> unstable-2020-12-10
This commit is contained in:
parent
f8a27ed69a
commit
a917f83e33
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "neofetch";
|
pname = "neofetch";
|
||||||
version = "unstable-2020-11-26";
|
version = "unstable-2020-12-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dylanaraps";
|
owner = "dylanaraps";
|
||||||
repo = "neofetch";
|
repo = "neofetch";
|
||||||
rev = "6dd85d67fc0d4ede9248f2df31b2cd554cca6c2f";
|
rev = "ccd5d9f52609bbdcd5d8fa78c4fdb0f12954125f";
|
||||||
sha256 = "sha256-PZjFF/K7bvPIjGVoGqaoR8pWE6Di/qJVKFNcIz7G8xE=";
|
sha256 = "sha256-9MoX6ykqvd2iB0VrZCfhSyhtztMpBTukeKejfAWYW1w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue