Merge pull request #166465 from fabaff/ipinfo-bump

ipinfo: 2.7.0 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-03-31 09:20:48 +02:00 committed by GitHub
commit 42569db61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ipinfo";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = "${pname}-${version}";
sha256 = "sha256-5kXFSxdZrlaBX+7R9hlM+40+3KlJ7g8xu4BN2PyxXEc=";
sha256 = "sha256-hvn50sn1UHkC2K0U5beRAYkAe8y/5sYH7Xed3atXzDo=";
};
vendorSha256 = null;