about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-05-07 11:00:34 -0700
committerGitHub <noreply@github.com>2020-05-07 11:00:34 -0700
commitb34ad47a17d200cc0301061eb1fe159fa5ad2ae1 (patch)
treed2b8b56e0d240627a5dbde6885980b888f3df3f1 /pkgs/tools
parenta2d5351b6361cd33fe7e1806410067e10f1d44b7 (diff)
parentad5f2d248341259406183845bac18c9324931a63 (diff)
downloadnixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar.gz
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar.bz2
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar.lz
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar.xz
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.tar.zst
nixlib-b34ad47a17d200cc0301061eb1fe159fa5ad2ae1.zip
Merge pull request #87140 from r-ryantm/auto-update/lexicon
lexicon: 3.3.17 -> 3.3.22
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/lexicon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/lexicon/default.nix b/pkgs/tools/admin/lexicon/default.nix
index 31705d1e79c2..de967578d5c9 100644
--- a/pkgs/tools/admin/lexicon/default.nix
+++ b/pkgs/tools/admin/lexicon/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "lexicon";
-  version = "3.3.17";
+  version = "3.3.22";
 
   propagatedBuildInputs = with python3Packages; [ requests tldextract future cryptography pyyaml boto3 zeep xmltodict beautifulsoup4 dnspython pynamecheap softlayer transip localzone ];
 
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
     owner = "AnalogJ";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1wrsw759am6yp2m9b34iv82m371df3ssp2vhdjr18ys3xk7dvj89";
+    sha256 = "1adwqglh3lrx04y0f6slp1l97xzbsqgw0v5i4jll3a54aqyzfz0a";
   };
 
   meta = with lib; {