Unverified Commit 03e14045 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #264792 from Gerg-L/fastfetch

parents ab461a9a f091204d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.1.2";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-v/dFynTESqRWAxu5Wz0/EroXuwmNj3EEPJxzpfTGKtk=";
    hash = "sha256-H2iIL41h3o8184S/XMYAuIDPVJPm+zSI/YX8FT8vLio=";
  };

  nativeBuildInputs = [