flex-ncat: 0.2-20230126.0 -> 0.4-20231210.1

This commit is contained in:
R. Ryantm 2023-12-15 01:25:24 +00:00
parent 55520e0602
commit 72e9ddf1b7

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flex-ncat";
version = "0.2-20230126.0";
version = "0.4-20231210.1";
src = fetchFromGitHub {
owner = "kc2g-flex-tools";
repo = "nCAT";
rev = "v${version}";
hash = "sha256-2taQQVTgAFyqtS06zZ+4Qmr/JIqU6mxNQYvxt+L/Mtc=";
hash = "sha256-oC7TPq+Xsl960B7qJP81cWF+GGc28Miv4L8+1vWo7jA=";
};
vendorHash = "sha256-Tv6sbfWNOHYwA7v1SpNeM9aHs+3DSFv4V4qxllxrzJc=";
vendorHash = "sha256-1i9v8Ej7TMIO+aMYFPFxdfD4b5j84/zkegaYb67WokU=";
meta = with lib; {
homepage = "https://github.com/kc2g-flex-tools/nCAT";