fastfetch: 2.8.10 -> 2.9.0

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.9.0
This commit is contained in:
Sandro Jäckel 2024-04-04 11:53:39 +02:00
parent fd281bd6b7
commit 2d4448a154
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -8,6 +8,7 @@
, dconf , dconf
, ddcutil , ddcutil
, glib , glib
, hwdata
, imagemagick_light , imagemagick_light
, libXrandr , libXrandr
, libglvnd , libglvnd
@ -20,7 +21,6 @@
, nix-update-script , nix-update-script
, ocl-icd , ocl-icd
, opencl-headers , opencl-headers
, pciutils
, pcre , pcre
, pcre2 , pcre2
, pkg-config , pkg-config
@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch"; pname = "fastfetch";
version = "2.8.10"; version = "2.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fastfetch-cli"; owner = "fastfetch-cli";
repo = "fastfetch"; repo = "fastfetch";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-MIrjfd1KudtU+4X65M+qdPtWUPWQXBlE13Myp1u8hPM="; hash = "sha256-D9WErPf9Um7McUK465c2FzZkWz/+dtPSIFMA04ak7Y4=";
}; };
outputs = [ "out" "man" ]; outputs = [ "out" "man" ];
@ -73,13 +73,13 @@ stdenv.mkDerivation (finalAttrs: {
dconf dconf
ddcutil ddcutil
glib glib
hwdata
libpulseaudio libpulseaudio
libselinux libselinux
libsepol libsepol
networkmanager networkmanager
ocl-icd ocl-icd
opencl-headers opencl-headers
pciutils
util-linux util-linux
zlib zlib
] ++ lib.optionals rpmSupport [ ] ++ lib.optionals rpmSupport [