Merge pull request #296046 from khaneliman/fastfetch

fastfetch: 2.8.8 -> 2.8.9
This commit is contained in:
Mario Rodas 2024-03-15 22:23:55 -05:00 committed by GitHub
commit 970f21835e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.8.8";
version = "2.8.9";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-IvAUlCDtrtBiaKZbhAiXqQXbpKiqIaKwMVC3NxaAqtw=";
hash = "sha256-UvAIIkH9PNlvLzlh0jm1kG+4OfWsWtt2LSFbFPm7Yv4=";
};
outputs = [ "out" "man" ];