From 85e6a2ab27734c27244ccfbd4ea28d9a3ddd7a5f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 9 May 2026 15:21:06 +0200 Subject: [PATCH] checkip: 0.53.1 -> 0.53.3 Diff: https://github.com/jreisinger/checkip/compare/v0.53.1...v0.53.3 Changelog: https://github.com/jreisinger/checkip/releases/tag/v0.53.3 --- pkgs/by-name/ch/checkip/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ch/checkip/package.nix b/pkgs/by-name/ch/checkip/package.nix index 065870fd8989..713e8d4c2b93 100644 --- a/pkgs/by-name/ch/checkip/package.nix +++ b/pkgs/by-name/ch/checkip/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "checkip"; - version = "0.53.1"; + version = "0.53.3"; src = fetchFromGitHub { owner = "jreisinger"; repo = "checkip"; tag = "v${finalAttrs.version}"; - hash = "sha256-z/6r1t6CZI4Q+Xr30u3NZgVLgeB0NCnSH8tSieAOys4="; + hash = "sha256-F+0qZxtITS4RqeB8s0pTLKckSdaOPYP+AGu58Fh50tg="; }; vendorHash = "sha256-5sUBrzo6wJfaMMvgNflcjB2QNSIeaD2TN7qBao53NFs=";