mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #287671 from iynaix/bump-fastfetch
This commit is contained in:
commit
4356bc15ae
@ -43,13 +43,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fastfetch";
|
pname = "fastfetch";
|
||||||
version = "2.7.1";
|
version = "2.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fastfetch-cli";
|
owner = "fastfetch-cli";
|
||||||
repo = "fastfetch";
|
repo = "fastfetch";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-s0N3Rt3lLOCyaeXeNYu6hlGtNtGR+YC7Aj4/3SeVMpQ=";
|
hash = "sha256-W6SmKyTBR0cXAkgcbbM1lEiHFanqCaa2lhAb+zQP/mg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
@ -95,11 +95,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
xorg.libXau
|
xorg.libXau
|
||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
xorg.libXext
|
xorg.libXext
|
||||||
] ++ lib.optionals (x11Support && (!stdenv.isDarwin)) [
|
] ++ lib.optionals (x11Support && (!stdenv.isDarwin)) [
|
||||||
xfce.xfconf
|
xfce.xfconf
|
||||||
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
|
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
|
||||||
Apple80211
|
Apple80211
|
||||||
AppKit
|
AppKit
|
||||||
|
AVFoundation
|
||||||
Cocoa
|
Cocoa
|
||||||
CoreDisplay
|
CoreDisplay
|
||||||
CoreVideo
|
CoreVideo
|
||||||
|
Loading…
Reference in New Issue
Block a user