mmdbinspect: 0.2.0 -> 2.0.0 (#461027)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-13 07:25:55 +00:00
committed by GitHub

View File

@@ -6,17 +6,17 @@
buildGoModule rec { buildGoModule rec {
pname = "mmdbinspect"; pname = "mmdbinspect";
version = "0.2.0"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "maxmind"; owner = "maxmind";
repo = "mmdbinspect"; repo = "mmdbinspect";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-PYn+NgJDZBP+9nIU0kxg9KYT0EV35omagspcsCpa9DM="; hash = "sha256-3QEk8glTtUd1BACKNKNjli8cI8qsdGMeFb9fVVAbLSs=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
vendorHash = "sha256-HNgofsfMsqXttnrNDIPgLHag+2hqQTREomcesWldpMo="; vendorHash = "sha256-qQTllOx1GRKven+zItnU9Uf0l9HfRt5b6YkloJSrDKk=";
ldflags = [ ldflags = [
"-s" "-s"