pfetch: 1.9.1 -> 1.9.2 (#434547)

Co-authored-by: phanirithvij <madlad@duck.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-18 09:51:11 +00:00
committed by GitHub
co-authored by phanirithvij
+2 -2
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;