Unverified Commit 505ce8ad authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

fastfetch: 2.31.0 -> 2.32.1 (#366494)

parents f418dd04 d9dfc6f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.31.0";
  version = "2.32.1";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-CXJbNaCZXt5DJaCRjbPoSo3rfhrOLiMkOEQU0Icdggk=";
    hash = "sha256-EfnHndj7WPXkL7wxGzeigJ7iE2WdgUf74sPDQhob+Ho=";
  };

  outputs = [
@@ -101,10 +101,10 @@ stdenv.mkDerivation (finalAttrs: {
      xorg.libXext
    ]
    ++ lib.optionals (x11Support && (!stdenv.hostPlatform.isDarwin)) [ xfce.xfconf ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin ([
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      apple-sdk_15
      moltenvk
    ]);
    ];

  cmakeFlags =
    [