fastfetch: 2.40.0 -> 2.40.1

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.40.1
This commit is contained in:
Austin Horstman
2025-04-03 12:46:30 -05:00
parent da2ffa9f0c
commit 318802c721
+2 -2
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.40.0";
version = "2.40.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-+eCoxWzTUPLYkz05XwJW1i8v5tyO3VRlm/ZKSlP3cts=";
hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4=";
};
outputs = [