about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-04 20:41:56 +0100
committerGitHub <noreply@github.com>2024-02-04 20:41:56 +0100
commita76e6555a70ef1053207325e80c788671654e995 (patch)
tree714136134d88c350d21591ad50ebf75d70fb2855 /pkgs/applications/networking
parentf10a5ba3fa2198a0cf9339c8f1e1358dc57ca195 (diff)
parente6f96a702dcf150a904d66e1b54f52c482f5a389 (diff)
downloadnixlib-a76e6555a70ef1053207325e80c788671654e995.tar
nixlib-a76e6555a70ef1053207325e80c788671654e995.tar.gz
nixlib-a76e6555a70ef1053207325e80c788671654e995.tar.bz2
nixlib-a76e6555a70ef1053207325e80c788671654e995.tar.lz
nixlib-a76e6555a70ef1053207325e80c788671654e995.tar.xz
nixlib-a76e6555a70ef1053207325e80c788671654e995.tar.zst
nixlib-a76e6555a70ef1053207325e80c788671654e995.zip
Merge pull request #283990 from r-ryantm/auto-update/coreth
coreth: 0.12.7 -> 0.12.10
Diffstat (limited to 'pkgs/applications/networking')
-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 9825bd480f71..8fb639dc097b 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.7";
+  version = "0.12.10";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-voNUnQ0CWM0aGiVkIucn6eRJCp0ajz7hYKBFkYsKPu0=";
+    hash = "sha256-0Wx1dr/jH9OOjxJ4PPmdWIru+QVpsGvVV/VxLY+M+E4=";
   };
 
   # go mod vendor has a bug, see: golang/go#57529
   proxyVendor = true;
 
-  vendorHash = "sha256-adxPB3JPnAf6AxUZjgciK7nJguQWyeYy2/qfePVUouE=";
+  vendorHash = "sha256-kPeUe0kr1LmtGuscRC3AhKb6Cn4TFFxm1gZ6W6nPA28=";
 
   ldflags = [
     "-s"