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

flex-ncat: 0.1-20221109.1 -> 0.2-20230126.0
This commit is contained in:
Weijia Wang 2023-02-01 19:14:50 +01:00 committed by GitHub
commit 652a78bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flex-ncat";
version = "0.1-20221109.1";
version = "0.2-20230126.0";
src = fetchFromGitHub {
owner = "kc2g-flex-tools";
repo = "nCAT";
rev = "v${version}";
hash = "sha256-MlbzPZuEOhb3wJMXWkrt6DK8z0MPgznSm0N9Y6vJVWY=";
hash = "sha256-2taQQVTgAFyqtS06zZ+4Qmr/JIqU6mxNQYvxt+L/Mtc=";
};
vendorSha256 = "sha256-lnJtFixgv4ke4Knavb+XKFPzHCiAPhNtfZS3SRVvY2g=";
vendorHash = "sha256-Tv6sbfWNOHYwA7v1SpNeM9aHs+3DSFv4V4qxllxrzJc=";
meta = with lib; {
homepage = "https://github.com/kc2g-flex-tools/nCAT";