Skip to content

Commit

Permalink
geoipupdate: 6.0.0 -> 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2024
1 parent 1e4909f commit 6dfec6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/geoipupdate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "geoipupdate";
version = "6.0.0";
version = "6.1.0";

src = fetchFromGitHub {
owner = "maxmind";
repo = "geoipupdate";
rev = "v${version}";
sha256 = "sha256-Rm/W3Q5mb+qkrUYqWK83fi1FgO4KoL7+MjTuvhvY/qk=";
sha256 = "sha256-/iLWy3yKO34nnn5ygAewR036PzgUGIqdhXNK4fx3Ym8=";
};

vendorHash = "sha256-YXybBVGCbdsP2pP7neHWI7KhkpE3tRo9Wpsx1RaEn9w=";
vendorHash = "sha256-jW5/09sOUvPZVM1wzL4xg/a14kZ0KsM8e+zEQoADsl4=";

ldflags = [ "-X main.version=${version}" ];

Expand Down

0 comments on commit 6dfec6a

Please sign in to comment.