cloudfox: 1.13.3 -> 1.13.4

This commit is contained in:
R. Ryantm 2024-03-16 01:01:56 +00:00
parent e6bef1a5db
commit 62e2b02365

View File

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