summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-02-18 21:00:49 -0800
committerGitHub <noreply@github.com>2021-02-18 21:00:49 -0800
commit4fd06075769d28a224211705cfbf328ae9a31aaa (patch)
treee1cf7d48ca638e0da49ebc116e9d03b59164af3f /pkgs/tools
parent110d8939468c7f61acae9b8e66de6c8f0804249e (diff)
parent49c360132266ef624845ec59e05ed6b61761b6b5 (diff)
downloadnixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar.gz
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar.bz2
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar.lz
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar.xz
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.tar.zst
nixpkgs-4fd06075769d28a224211705cfbf328ae9a31aaa.zip
Merge pull request #113650 from r-ryantm/auto-update/chisel
chisel: 1.7.4 -> 1.7.6
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/chisel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/chisel/default.nix b/pkgs/tools/networking/chisel/default.nix
index 56868e07688..8533958ac2b 100644
--- a/pkgs/tools/networking/chisel/default.nix
+++ b/pkgs/tools/networking/chisel/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "chisel";
-  version = "1.7.4";
+  version = "1.7.6";
 
   src = fetchFromGitHub {
     owner = "jpillora";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1vg9tJLYbW8pfPpw3gQ15c9Kwj2lFfblMRhOK4yWKb8=";
+    sha256 = "sha256-hUurgwbSUcNZiSi+eVTG/Ija/yxPeWuvEE5pUiG7Dls=";
   };
 
   vendorSha256 = "sha256-GzsQ6LXxe9UQc13XbsYFOWPe0EzlyHechchKc6xDkAc=";