go-ios: 1.0.166 -> 1.0.168
This commit is contained in:
parent
57cd3fbda4
commit
90c197ba4b
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-ios";
|
pname = "go-ios";
|
||||||
version = "1.0.166";
|
version = "1.0.168";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "danielpaulus";
|
owner = "danielpaulus";
|
||||||
repo = "go-ios";
|
repo = "go-ios";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Lao7cK7ZWeU0WXa9qDHlc+NuE9Ktl7k3mJXxIIfbROk=";
|
sha256 = "sha256-BaJFFaNPPpPvDc8bMl89SfGYglvx9TwpoDQUEr0mqYM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user