fastfetch: 2.42.0 -> 2.43.0

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.43.0
This commit is contained in:
Austin Horstman
2025-05-13 21:51:46 -05:00
parent e481f916e3
commit e346f2d5fd
+2 -2
View File
@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.42.0";
version = "2.43.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-nlhW3ftBOjb2BHz1qjOI4VGiSn1+VAUcaA9n0nPikCU=";
hash = "sha256-gUqNiiPipoxLKwGVsi42PyOnmPbfvUs7UwfqOdmFn/E=";
};
outputs = [