Compare commits

..

No commits in common. "1fb677b6b94023b47e03a2a4c2c67427600f8d78" and "d8162a763002e75a175243cb533f921a5d46d6a6" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,6 @@ pkgs.vimUtils.buildVimPlugin {
owner = "prichrd";
repo = "netrw.nvim";
rev = "master";
sha256 = "sha256-tEO+omzlaC0uFkIHebeqnGtiPbDelRTBJONEnTy0F9U=";
sha256 = "sha256-A4u1JttkLANO2xNf8T9/OAiPjSYgiEkTfvCRc0Sl4Nk=";
};
}

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.30";
version = "3.3.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zSeDeGD/78bIoKm6B8BN4qWQE1ivNgyvnrGtgsekM3M=";
hash = "sha256-Zm/ll6vOFW05euRgJN+SghVmMkSGQc9CVZkRu3h6AQQ=";
};
propagatedBuildInputs = [