Merge pull request #337103 from r-ryantm/auto-update/flex-ncat

flex-ncat: 0.4-20240702 -> 0.4-20240817.1
This commit is contained in:
Nick Cao 2024-08-25 09:57:41 -04:00 committed by GitHub
commit e98fa26915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flex-ncat";
version = "0.4-20240702";
version = "0.4-20240817.1";
src = fetchFromGitHub {
owner = "kc2g-flex-tools";
repo = "nCAT";
rev = "v${version}";
hash = "sha256-ggSQnQfUzceucF2ZtNx6cHy4DW+gu91AdEHrvFciARE=";
hash = "sha256-OjivRCWSGdzko31KwiYb1FcIE+1W94XOYiE/GS4Ky3s=";
};
vendorHash = "sha256-1i9v8Ej7TMIO+aMYFPFxdfD4b5j84/zkegaYb67WokU=";
vendorHash = "sha256-RqQMCP9rmdTG5AXLXkIQz0vE7qF+3RZ1BDdVRYoHHQs=";
meta = with lib; {
homepage = "https://github.com/kc2g-flex-tools/nCAT";