about summary refs log tree commit diff
path: root/pkgs/applications/networking/coreth
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-25 04:55:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-25 04:55:53 +0000
commit7c931f3fa12a3580258f456d90018cf6fe52c44e (patch)
tree1f1e4ad3f72aa6afe0473cef18a985e49952506c /pkgs/applications/networking/coreth
parent3fe11cb141f25a73173432d0b8ac57be226d1533 (diff)
coreth: 0.12.2 -> 0.12.3
Diffstat (limited to 'pkgs/applications/networking/coreth')
-rw-r--r--pkgs/applications/networking/coreth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/coreth/default.nix b/pkgs/applications/networking/coreth/default.nix
index f5c00a2257e62..6065e9c4e728f 100644
--- a/pkgs/applications/networking/coreth/default.nix
+++ b/pkgs/applications/networking/coreth/default.nix
@@ -6,19 +6,19 @@
 
 buildGoModule rec {
   pname = "coreth";
-  version = "0.12.2";
+  version = "0.12.3";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-WkSZ+7ygg2dkotv3vwTrWaVsSQvgmPJ0xhPCqZdQit8=";
+    hash = "sha256-4eaoTcbb7ddcSRWng3GsgK8JdFRMxxb0V7V1G7WV9tg=";
   };
 
   # go mod vendor has a bug, see: golang/go#57529
   proxyVendor = true;
 
-  vendorHash = "sha256-nQfb94IileWTkSZOliDT6B6o7qQ8aQ0MdY0jzc84VIM=";
+  vendorHash = "sha256-wOD/Iuks32TiBOFVsuaLzYe3vlOtz6MCI9abscZMxJc=";
 
   ldflags = [
     "-s"