pfetch: 0.5.0 -> 0.6.0
This commit is contained in:
parent
a8811cb82b
commit
5c462a9c29
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "pfetch";
|
pname = "pfetch";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dylanaraps";
|
owner = "dylanaraps";
|
||||||
repo = "pfetch";
|
repo = "pfetch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0yg9nlrjnm2404ysm2qp1klpq1wlmyih302kzfqchn6l2sibsm4j";
|
sha256 = "06z0k1naw3k052p2z7241lx92rp5m07zlr0alx8pdm6mkc3c4v8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
@ -19,7 +19,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A pretty system information tool written in POSIX sh";
|
description = "A pretty system information tool written in POSIX sh";
|
||||||
homepage = https://github.com/dylanaraps/pfetch;
|
homepage = "https://github.com/dylanaraps/pfetch";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ equirosa ];
|
maintainers = with maintainers; [ equirosa ];
|
||||||
|
Loading…
Reference in New Issue
Block a user