Unverified Commit 3e6dba7b authored by lassulus's avatar lassulus Committed by GitHub
Browse files

Merge pull request #324806 from r-ryantm/auto-update/fastfetch

fastfetch: 2.17.0 -> 2.17.2
parents f53f729e e2fb886b
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.17.0";
  version = "2.17.2";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-QK3AlB6tT1pl2qNX/DWPQzpjs9+EhJO9gHtNTNOE41E=";
    hash = "sha256-XQ0A1eeajiExrD440FVj5STjyMTYdIK0SyysFo/tF3o=";
  };

  outputs = [ "out" "man" ];