lol

Merge pull request #263931 from r-ryantm/auto-update/go-ios

go-ios: 1.0.117 -> 1.0.120

authored by

Weijia Wang and committed by
GitHub
4d4a5313 5e0e5ee0

+2 -2
+2 -2
pkgs/tools/misc/go-ios/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "go-ios"; 9 - version = "1.0.117"; 9 + version = "1.0.120"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "danielpaulus"; 13 13 repo = "go-ios"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-grkuUDhMusI8S2LhQ8m2z1CoX1Di0/CJK3RZR63N+LU="; 15 + sha256 = "sha256-qBy1lfG1Uppld9jwsdxHfV8oibPfr13RONfBl9GSLjs="; 16 16 }; 17 17 18 18 vendorHash = "sha256-lLpvpT0QVVyy12HmtOQxagT0JNwRO7CcfkGhCpouH8w=";