1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

cloudfox: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm 2024-08-09 12:41:48 +00:00
parent 07d1d6a204
commit 6d16f872a1

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "cloudfox";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "BishopFox";
repo = "cloudfox";
rev = "refs/tags/v${version}";
hash = "sha256-4LOKCdnNiJdnLsCsoME5CZSFog5W+8IA7HwTe+QfHGY=";
hash = "sha256-8z/j1bJT5xccSlyBnx32Dqqg6J9iazTaJgUmjN3Jc8c=";
};
vendorHash = "sha256-2+UiaU4S64afH8Y8uz5ZclO5NxTi4YlUZ87ZN1MnLj0=";
vendorHash = "sha256-MQ1yoJjAWNx95Eafcarp/JNYq06xu9P05sF2QTW03NY=";
ldflags = [
"-w"