about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-04-04 21:03:52 +0200
committerRobin Gloster <mail@glob.in>2019-04-05 15:39:48 +0000
commit160b9db6959953cf0c46f3bb081a64610eefd069 (patch)
tree42885a392ec066e74abb3a0e1483ca3afdcecc39
parent48dfb96ccaa2a28a2a370da96214611617cba4e2 (diff)
downloadnixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar.gz
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar.bz2
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar.lz
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar.xz
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.tar.zst
nixlib-160b9db6959953cf0c46f3bb081a64610eefd069.zip
appdaemon: 3.0.3 -> 3.0.4
-rw-r--r--pkgs/servers/home-assistant/appdaemon.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix
index b2a58ce61ba6..ca8ddbc7af33 100644
--- a/pkgs/servers/home-assistant/appdaemon.nix
+++ b/pkgs/servers/home-assistant/appdaemon.nix
@@ -40,10 +40,10 @@ let
       });
 
       pyyaml = super.pyyaml.overridePythonAttrs (oldAttrs: rec {
-        version = "3.13";
+        version = "5.1";
         src = oldAttrs.src.override {
           inherit version;
-          sha256 = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf";
+          sha256 = "436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95";
         };
       });
 
@@ -52,11 +52,11 @@ let
 
 in python.pkgs.buildPythonApplication rec {
   pname = "appdaemon";
-  version = "3.0.3";
+  version = "3.0.4";
 
   src = python.pkgs.fetchPypi {
     inherit pname version;
-    sha256 = "3e2f5184a51a3b2b473610704344d188226bd7e9a2c2fb762ee90621d38390c6";
+    sha256 = "e2393b5e0bb34e94e61f5debc95ad74c1c6929635b74bf8ba15c22b40cbdec69";
   };
 
   propagatedBuildInputs = with python.pkgs; [