Commit a5222257 authored by R. RyanTM's avatar R. RyanTM
Browse files

mmdbctl: 1.4.9 -> 1.4.10

parent 489849cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "mmdbctl";
  version = "1.4.9";
  version = "1.4.10";

  src = fetchFromGitHub {
    owner = "ipinfo";
    repo = "mmdbctl";
    tag = "mmdbctl-${version}";
    hash = "sha256-+LuFy7HLr6AvF/TetendJTCx6zoAGonJtc9BL7PCDsU=";
    hash = "sha256-s1HKPZmuEENBf5a40i0oTtzvPV3UjMhS/1ijc9WtzXo=";
  };

  vendorHash = "sha256-f/FEMTOipss17uVhdvV3QKAmlHsmxnGWrz9csIs7ySk=";