Merge pull request #125356 from IvarWithoutBones/bump/yafetch

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

authored by

Luke Granger-Brown and committed by
GitHub
64026f5f b1926fc7

+6 -5
+6 -5
pkgs/tools/misc/yafetch/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yafetch"; 5 - version = "unstable-2021-05-13"; 6 7 src = fetchFromGitLab { 8 owner = "cyberkitty"; 9 repo = pname; 10 - rev = "627465e6bf0192a9bc10f9c9385cde544766486f"; 11 - sha256 = "1r8jnzfyjs5ardq697crwysclfm3k8aiqvfbsyhsl251a08yls5c"; 12 }; 13 14 # Use the provided NixOS logo automatically 15 prePatch = '' 16 - echo "#include \"ascii/nixos.h\"" > config.h 17 ''; 18 19 # Fixes installation path 20 - DESTDIR = placeholder "out"; 21 22 meta = with lib; { 23 homepage = "https://gitlab.com/cyberkitty/yafetch";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "yafetch"; 5 + version = "unstable-2021-06-01"; 6 7 src = fetchFromGitLab { 8 owner = "cyberkitty"; 9 repo = pname; 10 + rev = "d9bbc1e4abca87028f898473c9a265161af3c287"; 11 + sha256 = "0hyb5k7drnm9li720z1fdvz7b15xgf7n6yajnz1j98day3k88bqk"; 12 }; 13 14 # Use the provided NixOS logo automatically 15 prePatch = '' 16 + substituteInPlace ./config.h --replace \ 17 + "#include \"ascii/tux.h\"" "#include \"ascii/nixos.h\"" 18 ''; 19 20 # Fixes installation path 21 + PREFIX = placeholder "out"; 22 23 meta = with lib; { 24 homepage = "https://gitlab.com/cyberkitty/yafetch";