about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-22 22:09:14 -0400
committerGitHub <noreply@github.com>2023-04-22 22:09:14 -0400
commitfdfe91e78f2b2a1b241c8039634b7a9f99ff2732 (patch)
tree003dc4f504d56dc30c955c5d7ac4c3b177e212c0 /pkgs
parent06cb676beaeb7b396591d7e93b04571e0f218ae7 (diff)
parentce228ef8008a70ff5e530266cc4f29c79bbb9d11 (diff)
Merge pull request #227717 from zendo/upd/whatip
whatip: 1.1 -> 1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/whatip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/whatip/default.nix b/pkgs/tools/networking/whatip/default.nix
index c3e5a29f60491..735936a4da41f 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 = [