python.pkgs.click: make patch version-agnostic

This commit is contained in:
Robert Schütz
2019-03-21 11:52:51 +01:00
parent 19aaebe419
commit 0b87a56015
3 changed files with 7 additions and 20 deletions
@@ -13,7 +13,7 @@ let
inherit version;
sha256 = "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a";
};
patches = [];
postPatch = "";
});
platformio = self.callPackage ./core.nix { };