go-ios: 1.0.202 -> 1.0.204

This commit is contained in:
R. Ryantm
2026-03-08 17:22:21 +00:00
parent cb39d8752d
commit 366a2a06f5
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule (finalAttrs: {
pname = "go-ios";
version = "1.0.202";
version = "1.0.204";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${finalAttrs.version}";
sha256 = "sha256-GC0wNOnfT9eCDKvqVKbmuMOumRb4BN1uHAOoEOLwNYc=";
sha256 = "sha256-G/CFG+glZ5DGIux3FJSe2wdfRl++GFr3JB8bHLOq+KY=";
};
proxyVendor = true;