Commit 6bbd27a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

go-ios: 1.0.180 -> 1.0.182

parent 677fcddc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "go-ios";
  version = "1.0.180";
  version = "1.0.182";

  src = fetchFromGitHub {
    owner = "danielpaulus";
    repo = "go-ios";
    rev = "v${version}";
    sha256 = "sha256-X9CtiG2kl32ErWyNwzr5WjUl2DnweKiegy0GXyLL81E=";
    sha256 = "sha256-GUCZiuW6IDVxVsFZN7QMRt5EFovxjUopC4jQD+/lZv8=";
  };

  proxyVendor = true;