Merge pull request #272289 from khaneliman/fastfetch

fastfetch: 2.2.3 -> 2.3.4
This commit is contained in:
Peder Bergebakken Sundt 2023-12-08 12:27:03 +01:00 committed by GitHub
commit 4f61d63ff8
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.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-JaD0R1vfHoWMhipMtTW0dlggR7RbD2evHfHrjoZJBmk=";
hash = "sha256-jZeecymhjbXYE05zRF2dWHBS3hhRm1BmLB906YAlp+A=";
};
nativeBuildInputs = [