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
+2 -2
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; [