fastfetch: 2.41.0 -> 2.42.0

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.42.0
This commit is contained in:
vik
2025-04-29 08:01:02 -07:00
parent 434993fb21
commit 854ec6e57c
+2 -2
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.41.0";
version = "2.42.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-7BTQiUf78CKozZAUdw0Y1U7EO+ZvMDim3N/PPebDMNg=";
hash = "sha256-nlhW3ftBOjb2BHz1qjOI4VGiSn1+VAUcaA9n0nPikCU=";
};
outputs = [