Merge pull request #181978 from Izorkin/update-neofetch

neofetch: improve detect NixOS version

authored by

Artturi and committed by
GitHub
83861895 08e93dbc

+6
+6
pkgs/tools/misc/neofetch/default.nix
··· 25 25 sha256 = "sha256-F6Q4dUtfmR28VxLbITiLFJ44FjG4T1Cvuz3a0nLisMs="; 26 26 name = "update_old_nixos_logo.patch"; 27 27 }) 28 + # https://github.com/dylanaraps/neofetch/pull/2157 29 + (fetchpatch { 30 + url = "https://github.com/dylanaraps/neofetch/commit/de253afcf41bab441dc58d34cae654040cab7451.patch"; 31 + sha256 = "sha256-3i7WnCWNfsRjbenTULmKHft5o/o176imzforNmuoJwo="; 32 + name = "improve_detect_nixos_version.patch"; 33 + }) 28 34 ]; 29 35 30 36 outputs = [ "out" "man" ];