go-ios: 1.0.168 -> 1.0.174 (#378746)

This commit is contained in:
Nick Cao
2025-02-02 09:37:58 -05:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "go-ios";
version = "1.0.168";
version = "1.0.174";
src = fetchFromGitHub {
owner = "danielpaulus";
repo = "go-ios";
rev = "v${version}";
sha256 = "sha256-BaJFFaNPPpPvDc8bMl89SfGYglvx9TwpoDQUEr0mqYM=";
sha256 = "sha256-Z8But7NE5Guf7CKKAgJJBF9RvUo5YaY7VJJYfBYd000=";
};
proxyVendor = true;