Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #252669 from aaronjheng/ipinfo

ipinfo: 2.10.1 -> 3.0.1

authored by

Fabian Affolter and committed by
GitHub
082c5096 968f17c3

+3 -3
+3 -3
pkgs/tools/networking/ipinfo/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "ipinfo"; 8 - version = "2.10.1"; 8 + version = "3.0.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = pname; 12 12 repo = "cli"; 13 13 rev = "refs/tags/${pname}-${version}"; 14 - hash = "sha256-/CW+CmtKc96tVEh5cB6x+/Hb4WnbVi+3AZ0CEao0NE4="; 14 + hash = "sha256-b6Rh5TJHqcdexZ4AHY+4jQsCMdn69J3MTbmgKXEaACw="; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorHash = null; 18 18 19 19 # Tests require network access 20 20 doCheck = false;