summary refs log tree commit diff
path: root/pkgs/tools/misc/neofetch
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 16:08:02 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 08:58:42 +0000
commitc57afb8ca2cee72174b63418781e4706189cec96 (patch)
treebe4e643007efa2ca604892a9344144736b71d7ea /pkgs/tools/misc/neofetch
parent415f5ee000e173cf4b037418f24efa9540e8b741 (diff)
downloadnixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar.gz
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar.bz2
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar.lz
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar.xz
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.tar.zst
nixlib-c57afb8ca2cee72174b63418781e4706189cec96.zip
neofetch: 4.0.0 -> 4.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/neofetch/versions.

These checks were done:

- built on NixOS
- /nix/store/3ys3zndn1cz0s05p84hn6djrzbb9pmlg-neofetch-4.0.2/bin/neofetch passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.0.2 with grep in /nix/store/3ys3zndn1cz0s05p84hn6djrzbb9pmlg-neofetch-4.0.2
- directory tree listing: https://gist.github.com/33741fc29ddd44c6fb85d08f2f1a04d5
- du listing: https://gist.github.com/ebad77e50a02ef38e4df2b5db0a93c4f
Diffstat (limited to 'pkgs/tools/misc/neofetch')
-rw-r--r--pkgs/tools/misc/neofetch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/neofetch/default.nix b/pkgs/tools/misc/neofetch/default.nix
index cece77b8d3e6..af6c17433f11 100644
--- a/pkgs/tools/misc/neofetch/default.nix
+++ b/pkgs/tools/misc/neofetch/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "neofetch-${version}";
-  version = "4.0.0";
+  version = "4.0.2";
   src = fetchFromGitHub {
     owner = "dylanaraps";
     repo = "neofetch";
     rev = version;
-    sha256 = "1ijg6fmrqjgn87899q8cpbir93hqrq4070wzm62s9nmggdgzx6mn";
+    sha256 = "0c0x05ca8lp74928nix4pvd243l95lav35r21mpkbagf72z284d2";
   };
 
   dontBuild = true;