pfetch: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2025-08-17 20:03:41 +00:00
parent 8000dc1d3f
commit fea88e9a88

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "pfetch";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "Un1q32";
repo = "pfetch";
tag = version;
hash = "sha256-a2ay+Ag9vYwGGENRPCcFLCmtyOCyHhF6/P7NAn/CzSI=";
hash = "sha256-q1UMkeg9E02NPWku85xrn2msWesjD2NtZbbjppOla7o=";
};
dontBuild = true;