yafetch: unstable-2021-05-13 -> unstable-2021-06-01

This commit is contained in:
IvarWithoutBones 2021-06-02 11:59:04 +02:00
parent 78f495f724
commit f22183002c

View file

@ -2,22 +2,23 @@
stdenv.mkDerivation rec {
pname = "yafetch";
version = "unstable-2021-05-13";
version = "unstable-2021-06-01";
src = fetchFromGitLab {
owner = "cyberkitty";
repo = pname;
rev = "627465e6bf0192a9bc10f9c9385cde544766486f";
sha256 = "1r8jnzfyjs5ardq697crwysclfm3k8aiqvfbsyhsl251a08yls5c";
rev = "d9bbc1e4abca87028f898473c9a265161af3c287";
sha256 = "0hyb5k7drnm9li720z1fdvz7b15xgf7n6yajnz1j98day3k88bqk";
};
# Use the provided NixOS logo automatically
prePatch = ''
echo "#include \"ascii/nixos.h\"" > config.h
substituteInPlace ./config.h --replace \
"#include \"ascii/tux.h\"" "#include \"ascii/nixos.h\""
'';
# Fixes installation path
DESTDIR = placeholder "out";
PREFIX = placeholder "out";
meta = with lib; {
homepage = "https://gitlab.com/cyberkitty/yafetch";