neofetch: 3.4.0 -> 4.0.0 (#40651)

This commit is contained in:
Herdiansyah 2018-05-18 06:41:03 +07:00 committed by xeji
parent 285a90b714
commit 3a5fcbbd91

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "neofetch-${version}";
version = "3.4.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "dylanaraps";
repo = "neofetch";
rev = version;
sha256 = "10h4f7n6bllbq459nm9wppvk65n81zzv556njfqplzw3mpdrbiyx";
sha256 = "1ijg6fmrqjgn87899q8cpbir93hqrq4070wzm62s9nmggdgzx6mn";
};
dontBuild = true;