fastfetch: 2.6.1 -> 2.6.3

This commit is contained in:
Austin Horstman
2024-01-21 22:08:45 -05:00
parent 3747401ffe
commit a4da87392c
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.6.1";
version = "2.6.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-XxQtAEGQEnwX3ks1ukAfDrGvgFfFjwe2XdF6uQViRjc=";
hash = "sha256-pHDlMeFsC99RuTCSbQT+2LbQ7SACeTWfwP56D/AUb3g=";
};
nativeBuildInputs = [