cloudfox: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm 2023-04-18 08:14:25 +00:00
parent 220889f069
commit d9f622af33

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cloudfox";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "BishopFox";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7xU99BqohfvUT23uW1l5thm20ZgeAPteR9xThuLR1AI=";
hash = "sha256-XLn2GwoVNPoGTgXZx/q9dEmWigKB1BNylzxO9dBT3Zg=";
};
vendorHash = "sha256-v8rEsp2mDgfjCO2VvWNIxex8F350MDnZ40bR4szv+3o=";