pfetch: 1.8.1 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-04-04 01:35:52 +00:00
parent e9e9e07548
commit 4324be2e8f
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "pfetch";
version = "1.8.1";
version = "1.9.0";
src = fetchFromGitHub {
owner = "Un1q32";
repo = "pfetch";
tag = version;
hash = "sha256-lzXoe4RYfd8aSnrkpz5VYhMlJUcaMsZBZyPBOjpBXG8=";
hash = "sha256-DWntcAowiia4gEiYcZCJ6+uDGQ5h2eh/XwSSW+ThPKY=";
};
dontBuild = true;