about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-15 09:41:00 -0500
committerGitHub <noreply@github.com>2023-12-15 09:41:00 -0500
commit3ee7e769e7e5064edf2a403362cf228c38377dc6 (patch)
treecd200c1e89587225483466bdcc2bc55d62260d84
parent5816942753d88660a62ab704fa4ade2fbe0c863c (diff)
parent72e9ddf1b773855be2dba63052d786fa20b1e3f0 (diff)
Merge pull request #274339 from r-ryantm/auto-update/flex-ncat
flex-ncat: 0.2-20230126.0 -> 0.4-20231210.1
-rw-r--r--pkgs/applications/radio/flex-ncat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/radio/flex-ncat/default.nix b/pkgs/applications/radio/flex-ncat/default.nix
index 5425c6b73ac8e..96912b95d1838 100644
--- a/pkgs/applications/radio/flex-ncat/default.nix
+++ b/pkgs/applications/radio/flex-ncat/default.nix
@@ -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";