about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-10 06:33:29 -0500
committerGitHub <noreply@github.com>2020-03-10 06:33:29 -0500
commit109cfe1bc7c12de070b64b2cd670a988c1fdccfc (patch)
treeffb21e487c8ed21337c2b9b30db4b96ee9016c6d /pkgs/tools/misc
parent62c366f11eee2ac482dea3893c8b96b8b685e811 (diff)
parent3a93ec6f6dbf136dda5193e37e22759a7e4620d8 (diff)
downloadnixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar.gz
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar.bz2
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar.lz
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar.xz
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.tar.zst
nixlib-109cfe1bc7c12de070b64b2cd670a988c1fdccfc.zip
Merge pull request #82227 from r-ryantm/auto-update/neofetch
neofetch: 6.1.0 -> 7.0.0
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/neofetch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/neofetch/default.nix b/pkgs/tools/misc/neofetch/default.nix
index 5850c4a90af7..a1a0c159bb41 100644
--- a/pkgs/tools/misc/neofetch/default.nix
+++ b/pkgs/tools/misc/neofetch/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "neofetch";
-  version = "6.1.0";
+  version = "7.0.0";
 
   src = fetchFromGitHub {
     owner = "dylanaraps";
     repo = "neofetch";
     rev = version;
-    sha256 = "022xzn9jk18k2f4b6011d8jk5nbl84i3mw3inlz4q52p2hvk8fch";
+    sha256 = "0xc0fdc7n5bhqirh83agqiy8r14l14zwca07czvj8vgnsnfybslr";
   };
 
   dontBuild = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A fast, highly customizable system info script";
-    homepage = https://github.com/dylanaraps/neofetch;
+    homepage = "https://github.com/dylanaraps/neofetch";
     license = licenses.mit;
     platforms = platforms.all;
     maintainers = with maintainers; [ alibabzo konimex ];