Unverified Commit 06bc2fec authored by Austin Horstman's avatar Austin Horstman
Browse files

fastfetch: 2.26.0 -> 2.26.1

parent 9e664abe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.26.0";
  version = "2.26.1";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-ftsjfkoAGPv9oVQLRl0r4UNXnLVZKoQYNSvyebuI5to=";
    hash = "sha256-0TRhMK45mfCft56R07lUbnxjfQrIAXONy4f6ykpc5X8=";
  };

  outputs = [