fastfetch: 2.21.3 -> 2.22.0 (#337384)

This commit is contained in:
Franz Pletz
2024-08-26 16:22:18 +02:00
committed by GitHub
+4 -4
View File
@@ -10,7 +10,7 @@
ddcutil,
glib,
hwdata,
imagemagick_light,
imagemagick,
libXrandr,
libdrm,
libglvnd,
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.21.3";
version = "2.22.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-AnURAH5tSIwmbLtB7FjjrOODGxrXbMOIqVjIBwOU+lo=";
hash = "sha256-ncaBMSV7n4RVA2376ExBv+a8bzuvuMttv3GlNaOH23k=";
};
outputs = [
@@ -71,7 +71,7 @@ stdenv'.mkDerivation (finalAttrs: {
buildInputs =
[
chafa
imagemagick_light
imagemagick
pcre
pcre2
sqlite