Merge pull request #198746 from r-ryantm/auto-update/hyfetch

hyfetch: 1.4.2 -> 1.4.3
This commit is contained in:
Fabian Affolter 2022-10-31 11:02:50 +01:00 committed by GitHub
commit 0f83d8829a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "HyFetch";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
repo = "hyfetch";
owner = "hykilpikonna";
rev = "refs/tags/${version}";
sha256 = "sha256-5TzIhbyrhQmuxR/Vs3XpOj/8FnykmBiDj6sXfFZK0uM=";
sha256 = "sha256-ScdcV1ojtVz/OdR7k+y7Wj4VAne++8LY9Vz+wO3CJGI=";
};
propagatedBuildInputs = [