Skip to content

Commit

Permalink
chore(deps): routine update
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan authored and github-actions[bot] committed Aug 9, 2024
1 parent 4f22cc0 commit 4f996ac
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion files/.local/opt/tldr
Submodule tldr updated 936 files
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nix/packages/mmdbctl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "mmdbctl";
version = "1.4.4";
version = "1.4.6";

src = fetchFromGitHub {
owner = "ipinfo";
repo = "mmdbctl";
rev = "mmdbctl-${version}";
hash = "sha256-K+eZ8a/TJrzR4iYu3vbNDlXeRoLuTYEAw0yoRqMJpyI=";
hash = "sha256-6hJ9V8fHs84Lq48l3mB9nZka4rLneyxD4HMhWQYZ0cI=";
};

vendorHash = "sha256-k+/VPxCDNw8J3opPL7zuU6Kk4rp76UbacvdI/14Iedc=";
vendorHash = "sha256-5vd39j/gpRRkUccctKGU8+QL0vANm2FMyw6jTtoqJmw=";

doCheck = true;

Expand Down

0 comments on commit 4f996ac

Please sign in to comment.