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-04-18 00:22:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-18 00:22:42 +0000
commit86b0fd9fd726b851a3afb35af3925df10f2e388d (patch)
tree57c13e6b907d6466a767eebf6f6806b5817198eb /pkgs/applications/networking/coreth
parent0a4206a51b386e5cda731e8ac78d76ad924c7125 (diff)
coreth: 0.11.9 -> 0.12.0
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 1366bfa7fdf55..1acbd96817c23 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.11.9";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-i0mLyTeosGlnTpKvAUS3wDvBRFpgmnfmKXAtCnAGqE0=";
+    hash = "sha256-VZxViKtpdDkEC94DgYPHCjCcqrA3H3Uef/pK/ZqINkU=";
   };
 
   # go mod vendor has a bug, see: golang/go#57529
   proxyVendor = true;
 
-  vendorHash = "sha256-zX1rQ9RDBkzZIbqCDlFEgseYyKYUHYyGFApZqhOrkGU=";
+  vendorHash = "sha256-+tgDdhrSJb3h3NXhwcdgSWo2+NvYl18HW6dVEUOSpVs=";
 
   ldflags = [
     "-s"