neofetch: 7.0.0 -> 7.1.0

This commit is contained in:
R. RyanTM 2020-08-11 08:27:31 +00:00
parent c9c957d476
commit 21b89cec81

View file

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