Merge pull request #266278 from khaneliman/fastfetch

fastfetch: 2.2.2 -> 2.2.3
This commit is contained in:
Weijia Wang 2023-11-08 19:29:49 +01:00 committed by GitHub
commit 65b1aa8848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-ejyAXwVsxI16J295WHfMLMtF/kGW89l3N0qV0mH4DX0=";
hash = "sha256-JaD0R1vfHoWMhipMtTW0dlggR7RbD2evHfHrjoZJBmk=";
};
nativeBuildInputs = [