chisel: 1.7.6 -> 1.7.7 (#157492)

authored by Fabian Affolter and committed by GitHub f1e01277 ad45db08

+3 -3
+3 -3
pkgs/tools/networking/chisel/default.nix
··· 5 6 buildGoModule rec { 7 pname = "chisel"; 8 - version = "1.7.6"; 9 10 src = fetchFromGitHub { 11 owner = "jpillora"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-hUurgwbSUcNZiSi+eVTG/Ija/yxPeWuvEE5pUiG7Dls="; 15 }; 16 17 - vendorSha256 = "sha256-GzsQ6LXxe9UQc13XbsYFOWPe0EzlyHechchKc6xDkAc="; 18 19 ldflags = [ "-s" "-w" "-X github.com/jpillora/chisel/share.BuildVersion=${version}" ]; 20
··· 5 6 buildGoModule rec { 7 pname = "chisel"; 8 + version = "1.7.7"; 9 10 src = fetchFromGitHub { 11 owner = "jpillora"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-3EaVUGcwkJWX0FxIaHddUehJIdbxAPfBm8esXKCUuhM="; 15 }; 16 17 + vendorSha256 = "sha256-Oko9nduKW76NIUCVyF0lPzEH+TFT1el9VGIbm5lQXtM="; 18 19 ldflags = [ "-s" "-w" "-X github.com/jpillora/chisel/share.BuildVersion=${version}" ]; 20