go-ios: 1.0.120 -> 1.0.121
This commit is contained in:
parent
3d54a95d71
commit
daac7ed085
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-ios";
|
pname = "go-ios";
|
||||||
version = "1.0.120";
|
version = "1.0.121";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danielpaulus";
|
owner = "danielpaulus";
|
||||||
repo = "go-ios";
|
repo = "go-ios";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-qBy1lfG1Uppld9jwsdxHfV8oibPfr13RONfBl9GSLjs=";
|
sha256 = "sha256-zWaEtfxrJYaROQ05nBQvM5fiIRSG+hCecU+BVnpIuck=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-lLpvpT0QVVyy12HmtOQxagT0JNwRO7CcfkGhCpouH8w=";
|
vendorHash = "sha256-0Wi9FCTaOD+kzO5cRjpqbXHqx5UAKSGu+hc9bpj+PWo=";
|
||||||
|
|
||||||
excludedPackages = [
|
excludedPackages = [
|
||||||
"restapi"
|
"restapi"
|
||||||
|
|
Loading…
Reference in a new issue