neofetch: 3.2.0 -> 3.3.0
This commit is contained in:
parent
0e09b79bcc
commit
25944370e1
|
@ -2,26 +2,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "neofetch-${version}";
|
name = "neofetch-${version}";
|
||||||
version = "3.2.0";
|
version = "3.3.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dylanaraps";
|
owner = "dylanaraps";
|
||||||
repo = "neofetch";
|
repo = "neofetch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1skkclvkqayqsbywja2fhv18l4rn9kg2da6bkip82zrwd713akl3";
|
sha256 = "1f1hvd635wv81qg802jdi0yggi4631w9nlznipaxkvk4y1zpdq5j";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This patch is only needed so that Neofetch 3.2.0 can look for
|
|
||||||
# configuration file, w3m directory (for fetching images) and ASCII
|
|
||||||
# directory properly. It won't be needed in subsequent releases.
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "nixos.patch";
|
|
||||||
url = "https://github.com/konimex/neofetch/releases/download/3.2.0/nixos.patch";
|
|
||||||
sha256 = "0c6vsa74bxq6qlgbv3rrkhzkpvnq4304s6y2r1bl0sachyakaljy";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue