about summary refs log tree commit diff
path: root/pkgs/applications/networking/coreth
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-02 04:09:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-02 04:09:17 +0000
commita0a4e65ea2dde47215ae89c330068c8f38873bfd (patch)
treecdb85081f0e297e17e95e25d8f1eff8ecdf7e9e6 /pkgs/applications/networking/coreth
parentdbc93a12161bff01eba5902fbba6d539dd6c7b0c (diff)
coreth: 0.12.10 -> 0.13.1
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 8fb639dc097bf..69b4a0dcc16c0 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.10";
+  version = "0.13.1";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-0Wx1dr/jH9OOjxJ4PPmdWIru+QVpsGvVV/VxLY+M+E4=";
+    hash = "sha256-Fdc8U5dN31mfeucmYdi3R+EM5wPvm/i3O1ib3Y30Qng=";
   };
 
   # go mod vendor has a bug, see: golang/go#57529
   proxyVendor = true;
 
-  vendorHash = "sha256-kPeUe0kr1LmtGuscRC3AhKb6Cn4TFFxm1gZ6W6nPA28=";
+  vendorHash = "sha256-oJ/oz3PtkzEwZw93eoZV2hoD1uOWg2qdxgsvM+nX7mk=";
 
   ldflags = [
     "-s"