salt: 3006.3 -> 3006.4

Changelog: https://docs.saltproject.io/en/latest/topics/releases/3006.4.html
This commit is contained in:
Flakebi
2023-10-29 21:49:59 +01:00
parent 63678e9f3d
commit fc4478d4ae
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.3";
version = "3006.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-flP7zETEn41uZ8sZytoGOADKKe1/Fa+XJSdTGqhW5Cs=";
hash = "sha256-0JeIXDPCz6oMzcYnylcNZ2kMjQN9x4Ab6IeIvMoQNq4=";
};
patches = [