summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-31 07:34:01 -0500
committerGitHub <noreply@github.com>2020-03-31 07:34:01 -0500
commitc30ec8725ce5c8ea7d8f75c524ed947d98d7ed47 (patch)
tree391da6b4bc3c4a05679ca3aa83e18ef1027b620f /pkgs/tools/networking
parent894cecaeef1f2f0f271e3ff4436f85a619520a63 (diff)
parent296d1f813da3db9ae72eed5a4624a0a14826d347 (diff)
downloadnixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar.gz
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar.bz2
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar.lz
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar.xz
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.tar.zst
nixpkgs-c30ec8725ce5c8ea7d8f75c524ed947d98d7ed47.zip
Merge pull request #83828 from r-ryantm/auto-update/circus
circus: 0.15.0 -> 0.16.1
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/circus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/circus/default.nix b/pkgs/tools/networking/circus/default.nix
index 10edc92a995..82c9db90432 100644
--- a/pkgs/tools/networking/circus/default.nix
+++ b/pkgs/tools/networking/circus/default.nix
@@ -6,11 +6,11 @@ in
 
 buildPythonApplication rec {
   pname = "circus";
-  version = "0.15.0";
+  version = "0.16.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d1603cf4c4f620ce6593d3d2a67fad25bf0242183ea24110d8bb1c8079c55d1b";
+    sha256 = "0paccmqwgard2l0z7swcc3nwc418l9b4mfaddb4s31bpnqg02z6x";
   };
 
   postPatch = ''