Merge pull request #251127 from marrobHD/hyfetch-1.4.10

hyfetch: 1.4.9 -> 1.4.10
This commit is contained in:
Nick Cao 2023-08-25 09:41:17 +08:00 committed by GitHub
commit 05b5879b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "hyfetch";
version = "1.4.9";
version = "1.4.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "hykilpikonna";
repo = "hyfetch";
rev = "refs/tags/${version}";
hash = "sha256-n+Aa6HrGB7aKrHLQijKNcUVGMYxuqYVrAAnHFPDYH40=";
hash = "sha256-B8FAMXot+QV7Q2bJuTsRsrxHSr/2f+WNTKrZqFXewdE=";
};
propagatedBuildInputs = with python3.pkgs; [