fastfetch: 2.3.3 -> 2.3.4

This commit is contained in:
Austin Horstman 2023-12-07 11:53:22 -06:00
parent ac2a1f7eaf
commit c66e9b2cc4
No known key found for this signature in database

View File

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