go-ios: 1.0.189 -> 1.0.192

This commit is contained in:
R. Ryantm
2025-12-22 19:13:54 +00:00
parent 117dcbf470
commit bd7e2beada
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "go-ios";
version = "1.0.189";
version = "1.0.192";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${version}";
sha256 = "sha256-gvC3s9cMRhhdzG/PWt8Nhgh/6I/g76ULCiscCaErfHE=";
sha256 = "sha256-2M53jcAZXzUjV53YdENjLpK9o26Xr/gFniuS0T2NZ0E=";
};
proxyVendor = true;