Unverified Commit 2b6d4d26 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

Merge pull request #330062 from Sigmanificient/fastfetch

parents d1ebe90a 4ce6ffaa
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" ];