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
+2 -2
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 = [