cloudfox: 1.12.0 -> 1.12.2
Diff: https://github.com/BishopFox/cloudfox/compare/refs/tags/v1.12.0...v1.12.2 Changelog: https://github.com/BishopFox/cloudfox/releases/tag/v1.12.2
This commit is contained in:
parent
59ada45b30
commit
619398f19c
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "cloudfox";
|
pname = "cloudfox";
|
||||||
version = "1.12.0";
|
version = "1.12.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BishopFox";
|
owner = "BishopFox";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-pUOraiYJsbQqOSYRMRzxcAcsBIz/2VBRnsKo1eHVSkQ=";
|
hash = "sha256-r9YIJ+PRUA1stKTL39+/T+m1WMkocpjfzG8Y9knnFU4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-nSisRurpareGI4EHENayMhsYOKL1hE1wVw2Ueiqii4U=";
|
vendorHash = "sha256-nSisRurpareGI4EHENayMhsYOKL1hE1wVw2Ueiqii4U=";
|
||||||
|
|
Loading…
Reference in a new issue