Merge pull request #222327 from r-ryantm/auto-update/cloudfox

cloudfox: 1.10.0 -> 1.10.1
This commit is contained in:
Fabian Affolter 2023-03-21 22:43:54 +01:00 committed by GitHub
commit ceaa8f1eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cloudfox";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "BishopFox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-kB6nH/5/76r9SGyaFPXjwgZ+b5ha85Z7v1GFNgqluDY=";
hash = "sha256-VhrWDeY2RmEvWQ9rGMde662y8j64YcKyzNdRS0V5FXc=";
};
vendorHash = "sha256-v8rEsp2mDgfjCO2VvWNIxex8F350MDnZ40bR4szv+3o=";