[Backport release-25.05] pfetch: 1.9.0 -> 1.9.1

(cherry picked from commit 78a023058c)
This commit is contained in:
R. Ryantm
2025-06-16 02:19:48 +00:00
committed by phanirithvij
parent 1a45a28b0e
commit 50e63f8988

View File

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