pfetch: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm
2025-10-14 20:46:40 +00:00
parent 798c30d1e2
commit 29ab95fee5

View File

@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "pfetch";
version = "1.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "Un1q32";
repo = "pfetch";
tag = version;
hash = "sha256-2rBuqqS4jzefueVploU5bs2ZytDvYv5jeSK5jOyz86Y=";
hash = "sha256-lEtRPM/uSt3vb/zhAx8Jiz3F2BhvOr17DHXaCPQlddA=";
};
dontBuild = true;