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

fastfetch: 2.13.2 -> 2.14.0
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-05-31 14:49:49 +00:00
committed by GitHub
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.13.2";
version = "2.14.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-Wt+HFl+HJKMzC8O0JslVLpHFrmVVSBpac79TsKVpz+k=";
hash = "sha256-RJDRxH9VKNxBSfoFl1rDTeKKyLC3C09F0Z3ksJoMDRk=";
};
outputs = [ "out" "man" ];