fastfetch: 2.2.3 -> 2.3.1

This commit is contained in:
Austin Horstman
2023-12-07 20:44:34 -06:00
parent 0d0efa0759
commit 0da553d4c2
+2 -2
View File
@@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-JaD0R1vfHoWMhipMtTW0dlggR7RbD2evHfHrjoZJBmk=";
hash = "sha256-0zzjJQZryrZTCKr8Mt8mia0BkwbTYGsr/FnHWAHk8iE=";
};
nativeBuildInputs = [