Add salt master module (#25632)

* salt: 2016.11.2 -> 2016.11.4

* salt: Add master NixOS module
This commit is contained in:
Aneesh Agrawal
2017-05-09 13:20:35 -04:00
committed by Jörg Thalheim
parent 0d6d47edd1
commit 779ae06467
3 changed files with 63 additions and 2 deletions

View File

@@ -8,11 +8,11 @@
python2Packages.buildPythonApplication rec {
name = "salt-${version}";
version = "2016.11.2";
version = "2016.11.4";
src = fetchurl {
url = "mirror://pypi/s/salt/${name}.tar.gz";
sha256 = "0hrss5x47cr7ffyjl8jlkhf9j88lqvg7c33rjc5bimck8b7x7hzm";
sha256 = "0pvn0pkndwx81xkpah14awz4rg9zhkpl4bhn3hlrin1zinr0jhgv";
};
propagatedBuildInputs = with python2Packages; [