go-ios: 1.0.166 -> 1.0.168

This commit is contained in:
R. Ryantm 2025-01-07 23:27:18 +00:00
parent 57cd3fbda4
commit 90c197ba4b

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "go-ios";
version = "1.0.166";
version = "1.0.168";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${version}";
sha256 = "sha256-Lao7cK7ZWeU0WXa9qDHlc+NuE9Ktl7k3mJXxIIfbROk=";
sha256 = "sha256-BaJFFaNPPpPvDc8bMl89SfGYglvx9TwpoDQUEr0mqYM=";
};
proxyVendor = true;