Merge pull request #136619 from Flakebi/salt

salt: 3003.2 -> 3003.3

authored by Martin Weinelt and committed by GitHub e0e88983 f30cbbc1

+2 -2
+2 -2
pkgs/tools/admin/salt/default.nix
··· 7 7 }: 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "salt"; 10 - version = "3003.2"; 10 + version = "3003.3"; 11 11 12 12 src = python3.pkgs.fetchPypi { 13 13 inherit pname version; 14 - sha256 = "c8hsRLF22M/cAzux5C5P3I3TQkgz+qLqDQk4+hc4Vqk="; 14 + sha256 = "pvnIyLXiYA6oYgtKZzcd4XYRvrT42X5LubCzCKN+0eI="; 15 15 }; 16 16 17 17 propagatedBuildInputs = with python3.pkgs; [