go-ios: 1.0.204 -> 1.0.206

This commit is contained in:
R. Ryantm
2026-04-03 14:19:16 +00:00
parent 5e227d1680
commit 6e628ddd5b
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule (finalAttrs: {
pname = "go-ios";
version = "1.0.204";
version = "1.0.206";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${finalAttrs.version}";
sha256 = "sha256-G/CFG+glZ5DGIux3FJSe2wdfRl++GFr3JB8bHLOq+KY=";
sha256 = "sha256-/dQknNs+fLBJvfiDOaGc26a+bRo8NdhT1B/QPxJmmro=";
};
proxyVendor = true;