salt: 3006.0 -> 3006.1

Changelog: https://docs.saltproject.io/en/latest/topics/releases/3006.1.html
This commit is contained in:
Flakebi 2023-05-13 18:00:05 +02:00 committed by Bjørn Forsman
parent 92eef9a00d
commit 60eb400a1b

View File

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