Unverified Commit c337ff95 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

Merge pull request #334532 from khaneliman/fastfetch

fastfetch: 2.21.0 -> 2.21.2
parents 5d7b7c34 efaa9ef4
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.21.0";
  version = "2.21.2";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-1bWWwMzbzECWARhl3ULMVF5QhbvrV5ShVT382BnRGg8=";
    hash = "sha256-wh8k/+2Wj5XhYvBD+s7IHLGi7v7gxn6rxLHlZTvw+Rk=";
  };

  outputs = [