neofetch: 3.3.0 -> 3.4.0 (#38491)
This commit is contained in:
parent
d488a9dc7a
commit
098c851dcb
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "neofetch-${version}";
|
name = "neofetch-${version}";
|
||||||
version = "3.3.0";
|
version = "3.4.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dylanaraps";
|
owner = "dylanaraps";
|
||||||
repo = "neofetch";
|
repo = "neofetch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1f1hvd635wv81qg802jdi0yggi4631w9nlznipaxkvk4y1zpdq5j";
|
sha256 = "10h4f7n6bllbq459nm9wppvk65n81zzv556njfqplzw3mpdrbiyx";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue