Merge pull request #282528 from r-ryantm/auto-update/cloudhunter

cloudhunter: 0.7.0 -> 0.7.1
This commit is contained in:
Fabian Affolter 2024-01-21 11:06:44 +01:00 committed by GitHub
commit 9335cfd348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloudhunter";
version = "0.7.0";
version = "0.7.1";
format = "other";
src = fetchFromGitHub {
owner = "belane";
repo = "CloudHunter";
rev = "refs/tags/v${version}";
hash = "sha256-yRl3x1dboOcoPeKxpUEhDk8OJx1hynEJRHL9/Su8OyA=";
hash = "sha256-7iT4vr0kcNXEyJJdBbJsllIcbZRGY3T5t/FjEONkuq0=";
};
postPatch = ''