Skip to content

Instantly share code, notes, and snippets.

@Slabity
Last active March 15, 2019 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Slabity/23a824ca797ad20717ca8f2005361965 to your computer and use it in GitHub Desktop.
Save Slabity/23a824ca797ad20717ca8f2005361965 to your computer and use it in GitHub Desktop.
self: super:
{
Fabric = super.python2Packages.Fabric.overridePythonAttrs (oldAttrs: rec {
pname = "fabric";
version = "1.14.1";
src = super.python2Packages.fetchPypi {
inherit pname version;
sha256 = "93684ceaac92e0b78faae551297e29c48370cede12ff0f853cdebf67d4b87068";
};
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment