fastfetch: 2.26.1 -> 2.27.1 (#346791)

* fastfetch: 2.26.1 -> 2.27.0

* fastfetch: 2.27.0 -> 2.27.1
This commit is contained in:
Austin Horstman
2024-10-06 09:22:16 +02:00
committed by GitHub
parent 6e53063cad
commit 6af4ebd62a
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.26.1";
version = "2.27.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-0TRhMK45mfCft56R07lUbnxjfQrIAXONy4f6ykpc5X8=";
hash = "sha256-N/C6vGNebOFQ5RRpHD2hTqvHbX5mwICqIeFsdSCjaR4=";
};
outputs = [