go-ios: 1.0.176 -> 1.0.177

This commit is contained in:
R. Ryantm 2025-06-07 08:52:05 +00:00
parent e6f9181ee9
commit 3345f6a5ec

View file

@ -9,13 +9,13 @@
buildGoModule rec { buildGoModule rec {
pname = "go-ios"; pname = "go-ios";
version = "1.0.176"; version = "1.0.177";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danielpaulus"; owner = "danielpaulus";
repo = "go-ios"; repo = "go-ios";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-YThPGxKtGEv/jTlvtWvdJFjk+1+GLuKAtH0ivNlmr6A="; sha256 = "sha256-PfFDM/thq+OP3PeiX7qfBZYG//el0U3CkpJWzFbzVqs=";
}; };
proxyVendor = true; proxyVendor = true;