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

hyfetch: 1.4.0 -> 1.4.1
This commit is contained in:
Mario Rodas 2022-09-08 19:52:54 -05:00 committed by GitHub
commit 99d75fb689
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.0";
version = "1.4.1";
src = fetchFromGitHub {
repo = "hyfetch";
owner = "hykilpikonna";
rev = "refs/tags/${version}";
sha256 = "sha256-15FeW3yaM7eUJ1O20H/bQquDRAsRWTJMzkzQ5Kv1ezE=";
sha256 = "sha256-aVALjuFXg3ielDfxEDMTOtaPghsBg9+vKRbR3aDTalQ=";
};
propagatedBuildInputs = [