summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-25 06:52:53 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-06-25 15:52:53 +0200
commit01847b7c5f961d869e6823e54bbfe19eab077034 (patch)
tree657301cc63d1ebfde390af9e0e187dd901cc1389 /pkgs
parentb13fe97f162927c1ee0104a9b05800bfeedbb9fe (diff)
downloadnixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar.gz
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar.bz2
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar.lz
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar.xz
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.tar.zst
nixpkgs-01847b7c5f961d869e6823e54bbfe19eab077034.zip
neofetch: 4.0.2 -> 5.0.0 (#42477)
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/s43pf19xk5iimnmddlwya810k9ah543v-neofetch-5.0.0/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 5.0.0 with grep in /nix/store/s43pf19xk5iimnmddlwya810k9ah543v-neofetch-5.0.0
- directory tree listing: https://gist.github.com/791916ab0ef95175e54b789ccd7be2e5
- du listing: https://gist.github.com/87e9057b70214b92a7a70e87f2d1ce9e
Diffstat (limited to 'pkgs')
-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 af6c17433f1..7dbfc90fa12 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.2";
+  version = "5.0.0";
   src = fetchFromGitHub {
     owner = "dylanaraps";
     repo = "neofetch";
     rev = version;
-    sha256 = "0c0x05ca8lp74928nix4pvd243l95lav35r21mpkbagf72z284d2";
+    sha256 = "0yzyi2p0d8xp576lxyv5m9h60dl1d5dmrn40aad307872835b9rr";
   };
 
   dontBuild = true;