Merge pull request #252669 from aaronjheng/ipinfo

ipinfo: 2.10.1 -> 3.0.1
This commit is contained in:
Fabian Affolter
2023-09-01 10:53:23 +02:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "ipinfo";
version = "2.10.1";
version = "3.0.1";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = "refs/tags/${pname}-${version}";
hash = "sha256-/CW+CmtKc96tVEh5cB6x+/Hb4WnbVi+3AZ0CEao0NE4=";
hash = "sha256-b6Rh5TJHqcdexZ4AHY+4jQsCMdn69J3MTbmgKXEaACw=";
};
vendorSha256 = null;
vendorHash = null;
# Tests require network access
doCheck = false;