salt: 2016.11.4 -> 2016.11.5

This commit is contained in:
Aneesh Agrawal 2017-05-19 03:33:32 -04:00
parent eda502d143
commit c392d1f9c9

View File

@ -1,5 +1,5 @@
{
stdenv, fetchurl, python2Packages, openssl,
stdenv, python2Packages, openssl,
# Many Salt modules require various Python modules to be installed,
# passing them in this array enables Salt to find them.
@ -7,12 +7,13 @@
}:
python2Packages.buildPythonApplication rec {
name = "salt-${version}";
version = "2016.11.4";
pname = "salt";
version = "2016.11.5";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://pypi/s/salt/${name}.tar.gz";
sha256 = "0pvn0pkndwx81xkpah14awz4rg9zhkpl4bhn3hlrin1zinr0jhgv";
src = python2Packages.fetchPypi {
inherit pname version;
sha256 = "1gpq6s87vy782z4b5h6s7zwndcxnllbdr2wldxr9hyp4lfj2f55q";
};
propagatedBuildInputs = with python2Packages; [