update ntfy
This commit is contained in:
parent
dd0df87a5f
commit
01c857afff
|
@ -4,9 +4,9 @@ self: super:
|
||||||
packageOverrides = python-self: python-super: {
|
packageOverrides = python-self: python-super: {
|
||||||
ntfy = python-super.ntfy.overrideAttrs (oldAttrs: {
|
ntfy = python-super.ntfy.overrideAttrs (oldAttrs: {
|
||||||
src = super.fetchgit {
|
src = super.fetchgit {
|
||||||
url = "https://github.com/dali99/ntfy";
|
url = "https://github.com/dschep/ntfy";
|
||||||
rev = "7b51d148bf1649cb95bf819b57e3b89b12c2e294";
|
rev = "1f6721cb6e41d3fd0de6ddb7a4f1302551e1c783";
|
||||||
sha256 = "0rzmc95ybpxbjp36jhssgs2f4c1c32f9a7s4hkwyin67131v9v8k";
|
sha256 = "1n08w6h1narq3jwhd4k1p23hyysn6knaij0r1gpnakx9437h6yk4";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with python-self; [ requests ruamel_yaml appdirs mock sleekxmpp emoji psutil dbus-python matrix-client ];
|
propagatedBuildInputs = with python-self; [ requests ruamel_yaml appdirs mock sleekxmpp emoji psutil dbus-python matrix-client ];
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in New Issue