fastfetch: 2.36.0 → 2.36.1

This commit is contained in:
Rishik Yalamanchili
2025-02-11 23:04:19 +05:30
committed by GitHub
parent 7f0f1da9e0
commit e61d64c367
+2 -2
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.36.0";
version = "2.36.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-pSPXSvomvQBps8ctF/PXaOP+7xBIRxNlRVIFVy8nxwY=";
hash = "sha256-gvhhYZ6wp3t+GNL8lyKaC6IHZXxu+CQo40rsJARNKY0=";
};
outputs = [