From ce228ef8008a70ff5e530266cc4f29c79bbb9d11 Mon Sep 17 00:00:00 2001 From: zendo Date: Sun, 23 Apr 2023 09:26:40 +0800 Subject: [PATCH] whatip: 1.1 -> 1.2 --- pkgs/tools/networking/whatip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/whatip/default.nix b/pkgs/tools/networking/whatip/default.nix index c3e5a29f6049..735936a4da41 100644 --- a/pkgs/tools/networking/whatip/default.nix +++ b/pkgs/tools/networking/whatip/default.nix @@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec { pname = "whatip"; - version = "1.1"; + version = "1.2"; format = "other"; @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec { owner = "GabMus"; repo = pname; rev = version; - hash = "sha256-ltimqdFTvvjXtvLC5jAdRaNX15i2Ww5mB3DIr4r9Yzg="; + hash = "sha256-gt/NKgnCpRoVmLvEJJq2geng4miM2g+YhXYEOm5pPTA="; }; nativeBuildInputs = [