Unverified Commit 2e9927c3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

fastfetch: 2.9.1 -> 2.9.2
parents f2b40d13 c5f60538
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastfetch";
  version = "2.9.1";
  version = "2.9.2";

  src = fetchFromGitHub {
    owner = "fastfetch-cli";
    repo = "fastfetch";
    rev = finalAttrs.version;
    hash = "sha256-FTZXfZhLplpjB6QQssz/5hXckNaR9KTdw8NRDLYOvaM=";
    hash = "sha256-SEt/qw8ixlgRY2+fqyCmhqzLVoAw/BMl//JqQxbuB0s=";
  };

  outputs = [ "out" "man" ];