Unverified Commit deb2af31 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

fastfetch: 2.52.0 -> 2.53.0 (#445388)

parents cf4a71fd ecd6fbd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.52.0";
  version = "2.53.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    tag = finalAttrs.version;
    hash = "sha256-Zylq4Ae1Ut2iB4qOnOtGkjDjuPxRyr221FVzOx3kdIE=";
    hash = "sha256-Cq6Nq7UpeW7MFi6VjsWmU2M3FjzDiAyhwnl4yTQFRnA=";
  };

  outputs = [