fastfetch: 2.3.2 -> 2.3.3

This commit is contained in:
Austin Horstman 2023-12-06 21:11:45 -06:00
parent f6183c03e6
commit ac2a1f7eaf
No known key found for this signature in database

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-lmZFG420XjD7wKjiF0VDygkcpfA3ZD3g90lfKlTYuLk=";
hash = "sha256-jQGG5VJqboHqvjpatn6RKCJEOqMaVf0qyxmbONvMKoE=";
};
nativeBuildInputs = [