salt: 3006.1 -> 3006.2

Changelog: https://docs.saltproject.io/en/latest/topics/releases/3006.2.html

Fixes CVE-2023-20897, CVE-2023-20898 and more.
This commit is contained in:
Sebastian Neubauer 2023-08-22 10:22:44 +02:00
parent d680ded26d
commit 49b346105a

View File

@ -10,11 +10,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.1";
version = "3006.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-lVh71hHepq/7aQjQ7CaGy37bhMFBRLSFF3bxJ6YOxbk=";
hash = "sha256-+I0aJeIw2co9/eE9rdRmB6KxdQq1WoY1nFpCUedx8Wc=";
};
propagatedBuildInputs = with python3.pkgs; [