hyfetch: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm
2022-10-31 07:32:09 +08:00
committed by Bobby Rong
parent fd21e7cd72
commit 41004f4e0e
+2 -2
View File
@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "HyFetch";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
repo = "hyfetch";
owner = "hykilpikonna";
rev = "refs/tags/${version}";
sha256 = "sha256-aVALjuFXg3ielDfxEDMTOtaPghsBg9+vKRbR3aDTalQ=";
sha256 = "sha256-5TzIhbyrhQmuxR/Vs3XpOj/8FnykmBiDj6sXfFZK0uM=";
};
propagatedBuildInputs = [