Update ntfy.nix

This commit is contained in:
Daniel Lovbrotte Olsen 2019-07-09 01:12:12 +00:00
parent 70113fed5d
commit e8cdba0b01
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ self: super:
ntfy = python-super.ntfy.overrideAttrs (oldAttrs: {
src = super.fetchgit {
url = "https://github.com/dschep/ntfy";
rev = "1f6721cb6e41d3fd0de6ddb7a4f1302551e1c783";
sha256 = "1n08w6h1narq3jwhd4k1p23hyysn6knaij0r1gpnakx9437h6yk4";
rev = "c16526bbaf5149db6bc4ef12f2f2c06c114cce45";
sha256 = "1myj6krccnnxhs6lgl42199ygcaxmmrqp1lqrvn8i1ypm3qryc9b";
};
propagatedBuildInputs = with python-self; [ requests ruamel_yaml appdirs mock sleekxmpp emoji psutil dbus-python matrix-client ];
preBuild = ''