Merge pull request #270698 from r-ryantm/auto-update/ipinfo

ipinfo: 3.1.2 -> 3.2.0
This commit is contained in:
Fabian Affolter
2023-11-28 23:47:57 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "ipinfo";
version = "3.1.2";
version = "3.2.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = "refs/tags/${pname}-${version}";
hash = "sha256-KCdKfZs1u3ZLaG+Lmod/vV0T0LaW8hs4ReGlVA7A9pA=";
hash = "sha256-bqA8Y3mVHSwhUcvr3biWbH6K73MYmo3f7wSMS4J+Bk8=";
};
vendorHash = null;