hyfetch: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2022-09-08 09:25:08 +00:00
parent 39547aedf4
commit af2db47781

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "HyFetch";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
repo = "hyfetch";
owner = "hykilpikonna";
rev = "refs/tags/${version}";
sha256 = "sha256-15FeW3yaM7eUJ1O20H/bQquDRAsRWTJMzkzQ5Kv1ezE=";
sha256 = "sha256-aVALjuFXg3ielDfxEDMTOtaPghsBg9+vKRbR3aDTalQ=";
};
propagatedBuildInputs = [