summary refs log tree commit diff
path: root/pkgs/tools/misc/neofetch/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 09:09:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 09:09:46 +0000
commit3a93ec6f6dbf136dda5193e37e22759a7e4620d8 (patch)
tree6977ab4bd6a61201cf35c3f92ea5bfc7c6def1bb /pkgs/tools/misc/neofetch/default.nix
parent8d72e6bd5fa8fb40f7aafe955c2ec888231b846b (diff)
downloadnixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar.gz
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar.bz2
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar.lz
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar.xz
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.tar.zst
nixpkgs-3a93ec6f6dbf136dda5193e37e22759a7e4620d8.zip
neofetch: 6.1.0 -> 7.0.0
Diffstat (limited to 'pkgs/tools/misc/neofetch/default.nix')
-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 5850c4a90af..a1a0c159bb4 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 ];