mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
neofetch: improve detect NixOS version
This commit is contained in:
parent
e4d49de45a
commit
fdac405446
@ -25,6 +25,12 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
sha256 = "sha256-F6Q4dUtfmR28VxLbITiLFJ44FjG4T1Cvuz3a0nLisMs=";
|
sha256 = "sha256-F6Q4dUtfmR28VxLbITiLFJ44FjG4T1Cvuz3a0nLisMs=";
|
||||||
name = "update_old_nixos_logo.patch";
|
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" ];
|
outputs = [ "out" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user