salt: 3008.1 -> 3008.2

Changelog: https://docs.saltproject.io/en/latest/topics/releases/3008.2.html
This commit is contained in:
Flakebi
2026-07-08 11:45:54 +02:00
parent d407951447
commit 9798671753
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "salt";
version = "3008.1";
version = "3008.2";
format = "setuptools";
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-abf3Phwx7IjP7CqbvVZsf84Ajdqrmiab4xfPeyb2j/w=";
hash = "sha256-RKHiBqlVv1eq/74/HftfRHbJRC1k86EDznrAqmi/qQc=";
};
patches = [