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

hyfetch: 1.3.0 -> 1.4.0
This commit is contained in:
Bobby Rong 2022-08-15 17:28:07 +08:00 committed by GitHub
commit fef814505e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,20 +2,15 @@
buildPythonPackage rec {
pname = "HyFetch";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
repo = "hyfetch";
owner = "hykilpikonna";
rev = version;
sha256 = "sha256-8Mp3MV9HVzXzT/W6F/lD34tT0uOgqyydg31PlR3sMUA=";
rev = "refs/tags/${version}";
sha256 = "sha256-15FeW3yaM7eUJ1O20H/bQquDRAsRWTJMzkzQ5Kv1ezE=";
};
# TODO: Remove with next release bump since it has been fixed upstream (hykilpikonna/hyfetch@d797a8c)
postPatch = ''
chmod +x neofetch
'';
propagatedBuildInputs = [
typing-extensions
setuptools