awsebcli: unbreak after cement update
awsebcli requests that the cement package be exactly at version 2.8.2 and won't build without it.
This commit is contained in:
parent
a41342ba58
commit
054baf2cbe
@ -3,6 +3,16 @@ let
|
||||
|
||||
localPython = python.override {
|
||||
packageOverrides = self: super: rec {
|
||||
cement = super.cement.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "2.8.2";
|
||||
|
||||
src = super.fetchPypi {
|
||||
inherit (oldAttrs) pname;
|
||||
inherit version;
|
||||
sha256 = "1li2whjzfhbpg6fjb6r1r92fb3967p1xv6hqs3j787865h2ysrc7";
|
||||
};
|
||||
});
|
||||
|
||||
colorama = super.colorama.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.3.7";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user