fastfetch: 2.39.1 -> 2.40.0 (#395655)

Co-authored-by: luftmensch-luftmensch <luftmensch-luftmensch@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-03 09:59:31 +00:00
committed by GitHub
co-authored by luftmensch-luftmensch
+2 -2
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.39.1";
version = "2.40.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-7ukbYmfhfdjzooHA9J/AixfkZrzJZvnoHGg4z2jCZPI=";
hash = "sha256-+eCoxWzTUPLYkz05XwJW1i8v5tyO3VRlm/ZKSlP3cts=";
};
outputs = [