go-ios: 1.0.155 -> 1.0.162 (#362913)

This commit is contained in:
Weijia Wang
2024-12-18 05:25:27 +01:00
committed by GitHub

View File

@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "go-ios";
version = "1.0.155";
version = "1.0.162";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${version}";
sha256 = "sha256-cIB03BSdhOgXaw/Pjvh40S02egE7P53gf0TmwhqbbZY=";
sha256 = "sha256-lquOUs6oI3xMYPI1mNNU9xEsCRvQpbNElr6LoK3+aV0=";
};
proxyVendor = true;