go-ios: 1.0.120 -> 1.0.121

This commit is contained in:
R. Ryantm 2024-01-01 02:59:31 +00:00
parent 3d54a95d71
commit daac7ed085

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-ios";
version = "1.0.120";
version = "1.0.121";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${version}";
sha256 = "sha256-qBy1lfG1Uppld9jwsdxHfV8oibPfr13RONfBl9GSLjs=";
sha256 = "sha256-zWaEtfxrJYaROQ05nBQvM5fiIRSG+hCecU+BVnpIuck=";
};
vendorHash = "sha256-lLpvpT0QVVyy12HmtOQxagT0JNwRO7CcfkGhCpouH8w=";
vendorHash = "sha256-0Wi9FCTaOD+kzO5cRjpqbXHqx5UAKSGu+hc9bpj+PWo=";
excludedPackages = [
"restapi"