Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-12 18:32:29 +00:00
committed by GitHub
48 changed files with 373 additions and 145 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ with pythonPackages;
buildPythonApplication rec {
pname = "watson";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "TailorDev";
repo = "Watson";
rev = version;
sha256 = "1yxqjirv7cpg4hqj4l3a53p3p3kl82bcx6drgvl9v849vcc3l7s0";
sha256 = "0radf5afyphmzphfqb4kkixahds2559nr3yaqvni4xrisdaiaymz";
};
postInstall = ''