Commit 4ce6ffaa authored by Sigmanificient's avatar Sigmanificient
Browse files

fastfetch: 2.19.1 -> 2.20.0

parent 19276533
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.19.1";
  version = "2.20.0";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-3PXbuaB7QD2xgqaoVx+nRXsPmyoLC0f6Mv0EcNj5sJw=";
    hash = "sha256-8N2BG9eTZpAvnc1wiG6p7GJSCPfZ+NTbz8kLGPRg5HU=";
  };

  outputs = [ "out" "man" ];