3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181978 from Izorkin/update-neofetch

neofetch: improve detect NixOS version
This commit is contained in:
Artturi 2022-07-19 05:46:16 +03:00 committed by GitHub
commit 838618957b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];