From 7c5a0fbf29bad8fc9449ae405243e6ae9c016bed Mon Sep 17 00:00:00 2001 From: Flakebi Date: Wed, 14 May 2025 23:37:29 +0200 Subject: [PATCH] salt: 3007.1 -> 3007.4 Changelog: https://github.com/saltstack/salt/blob/3007.x/doc/topics/releases/3007.2.md And https://docs.saltproject.io/en/latest/topics/releases/3007.3.html And https://docs.saltproject.io/en/latest/topics/releases/3007.4.html The last one (3007.4) fixes quite a few CVEs. --- pkgs/by-name/sa/salt/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sa/salt/package.nix b/pkgs/by-name/sa/salt/package.nix index 7bf4fa6866df..a8846173a5ef 100644 --- a/pkgs/by-name/sa/salt/package.nix +++ b/pkgs/by-name/sa/salt/package.nix @@ -12,12 +12,12 @@ python3.pkgs.buildPythonApplication rec { pname = "salt"; - version = "3007.1"; + version = "3007.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-uTOsTLPksRGLRtraVcnMa9xvD5S0ySh3rsRLJcaijJo="; + hash = "sha256-T7e2RVlJaGUX3IlafFpC2SLgD9riXalUn3N+LiEB9K8="; }; patches = [