chisel: 1.9.0 -> 1.9.1

Diff: https://github.com/jpillora/chisel/compare/refs/tags/v1.9.0...v1.9.1

Changelog: https://github.com/jpillora/chisel/releases/tag/v1.9.1

+2 -2
+2 -2
pkgs/tools/networking/chisel/default.nix
··· 5 6 buildGoModule rec { 7 pname = "chisel"; 8 - version = "1.9.0"; 9 10 src = fetchFromGitHub { 11 owner = "jpillora"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-Rq8IBT29K3QiaYXFaARg5ak9llcNS/9laal/LrHM4zY="; 15 }; 16 17 vendorHash = "sha256-i6Fb+jSP6LzZoPTHhjQi3YbPBWY6OmsORV8ATcLrHG0=";
··· 5 6 buildGoModule rec { 7 pname = "chisel"; 8 + version = "1.9.1"; 9 10 src = fetchFromGitHub { 11 owner = "jpillora"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-hZm0dVDwX6cHiN0TvAcHCWbMAf+k9CCQfC9nlV2vfN4="; 15 }; 16 17 vendorHash = "sha256-i6Fb+jSP6LzZoPTHhjQi3YbPBWY6OmsORV8ATcLrHG0=";