neofetch: 6.1.0 -> 7.0.0
This commit is contained in:
parent
8d72e6bd5f
commit
3a93ec6f6d
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "neofetch";
|
pname = "neofetch";
|
||||||
version = "6.1.0";
|
version = "7.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dylanaraps";
|
owner = "dylanaraps";
|
||||||
repo = "neofetch";
|
repo = "neofetch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "022xzn9jk18k2f4b6011d8jk5nbl84i3mw3inlz4q52p2hvk8fch";
|
sha256 = "0xc0fdc7n5bhqirh83agqiy8r14l14zwca07czvj8vgnsnfybslr";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A fast, highly customizable system info script";
|
description = "A fast, highly customizable system info script";
|
||||||
homepage = https://github.com/dylanaraps/neofetch;
|
homepage = "https://github.com/dylanaraps/neofetch";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ alibabzo konimex ];
|
maintainers = with maintainers; [ alibabzo konimex ];
|
||||||
|
|
Loading…
Reference in a new issue