Merge pull request #95152 from r-ryantm/auto-update/neofetch

neofetch: 7.0.0 -> 7.1.0
This commit is contained in:
Martin Weinelt 2020-08-11 11:54:23 +02:00 committed by GitHub
commit 0e4554ca6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "neofetch";
version = "7.0.0";
version = "7.1.0";
src = fetchFromGitHub {
owner = "dylanaraps";
repo = "neofetch";
rev = version;
sha256 = "0xc0fdc7n5bhqirh83agqiy8r14l14zwca07czvj8vgnsnfybslr";
sha256 = "0i7wpisipwzk0j62pzaigbiq42y1mn4sbraz4my2jlz6ahwf00kv";
};
dontBuild = true;