Merge pull request #285403 from r-ryantm/auto-update/salt

salt: 3006.5 -> 3006.6
This commit is contained in:
h7x4
2024-02-02 01:36:41 +01:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.5";
version = "3006.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-b5aH8lQt3ICEsXy0fwpMr9SJQBI7o+1XMfaqgf5/lz4=";
hash = "sha256-X6tojYa3Dh6ExRtMqlZfNnGVBQaBPDcp1EQIzC9a+8M=";
};
patches = [