mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
salt: 2017.7.2 -> 2017.7.4
Release notes: https://docs.saltstack.com/en/2017.7/topics/releases/2017.7.4.html
This commit is contained in:
parent
ee8495c4c2
commit
e797e00913
@ -8,12 +8,11 @@
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "salt";
|
||||
version = "2017.7.2";
|
||||
name = "${pname}-${version}";
|
||||
version = "2017.7.4";
|
||||
|
||||
src = python2Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0h18zwp1w90rgxpmqgrmn9wp31h03f0vak8lpnnbh0dzbbgcffzz";
|
||||
sha256 = "15xfvclk3ns8vk17j7bfy4alq7ab5x3y3jnpqzp5583bfyak0mqx";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python2Packages; [
|
||||
|
Loading…
Reference in New Issue
Block a user