fastfetch: 2.40.1 -> 2.40.3

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.40.3
This commit is contained in:
Austin Horstman
2025-04-05 09:00:47 -05:00
parent 1fc1117917
commit 4f6f348d7a
+2 -2
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.40.1";
version = "2.40.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4=";
hash = "sha256-iGrUBhomnn5880lrjtLK7OEG7R2ZvpoM4fBauxUGECc=";
};
outputs = [