neofetch: improve detect NixOS version

This commit is contained in:
Izorkin 2022-07-18 19:53:26 +03:00
parent e4d49de45a
commit fdac405446
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -25,6 +25,12 @@ stdenvNoCC.mkDerivation rec {
sha256 = "sha256-F6Q4dUtfmR28VxLbITiLFJ44FjG4T1Cvuz3a0nLisMs=";
name = "update_old_nixos_logo.patch";
})
# https://github.com/dylanaraps/neofetch/pull/2157
(fetchpatch {
url = "https://github.com/dylanaraps/neofetch/commit/de253afcf41bab441dc58d34cae654040cab7451.patch";
sha256 = "sha256-3i7WnCWNfsRjbenTULmKHft5o/o176imzforNmuoJwo=";
name = "improve_detect_nixos_version.patch";
})
];
outputs = [ "out" "man" ];