hyfetch: 1.4.11 -> 1.99.0

This commit is contained in:
isabel 2024-10-23 22:58:11 +01:00
parent 8a98f989fb
commit beed7cee4e
No known key found for this signature in database
GPG Key ID: 08A97B9A107A1798

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.4.11";
version = "1.99.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-xzN/tbS5BUvpKeozesE99gNp3NRDjvf4Qx7BHLc4svo=";
hash = "sha256-GL1/V+LgSXJ4b28PfinScDrJhU9VDa4pVi24zWEzbAk=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -44,3 +44,5 @@ python3.pkgs.buildPythonApplication rec {
maintainers = with maintainers; [ yisuidenghua ];
};
}