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

cloudfox: 1.13.3 -> 1.13.4
This commit is contained in:
Fabian Affolter 2024-03-16 09:16:26 +01:00 committed by GitHub
commit 569825c56a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cloudfox";
version = "1.13.3";
version = "1.13.4";
src = fetchFromGitHub {
owner = "BishopFox";
repo = pname;
repo = "cloudfox";
rev = "refs/tags/v${version}";
hash = "sha256-Sq3ARcAK1EFbK6Y+pSCg8ayhVmnEmVQWF0eAiVhJNPs=";
hash = "sha256-nN/gSvAwKjfZulqH4caGoJmzlY0ik8JrFReuvYWwZTE=";
};
vendorHash = "sha256-qPIMmyKTmZEmxlLLftRMnBXvo22WFROYlCAAsAb7jDg=";
vendorHash = "sha256-aRbGBEci3QT1mH+yaOUVynPysJ1za6CaoLGppJaa94c=";
ldflags = [
"-w"