salt: 3002 -> 3002.1

Fixes: CVE-2020-16846, CVE-2020-17490, CVE-2020-25592
This commit is contained in:
Martin Weinelt 2020-11-03 19:04:53 +01:00
parent c5a7d5729d
commit a6540325f4
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -7,11 +7,11 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3002";
version = "3002.1";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "tiLJ3p/eVx25a/1lmhg76lU90m5xyshWWTh+k3IhquY=";
sha256 = "0pp7qcfwsvg4419hzfka1180pw3saa9mrhl0z9951zn9fw2nllsc";
};
propagatedBuildInputs = with python3.pkgs; [