Unverified Commit 58d1fb80 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335787 from luftmensch-luftmensch/fastfetch_2.21.3

fastfetch: 2.21.2 -> 2.21.3
parents 8759b61c dc9fccd6
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.2";
  version = "2.21.3";

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

  outputs = [