summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSebastian Neubauer <Sebastian.Neubauer@amd.com>2023-08-22 10:22:44 +0200
committerSebastian Neubauer <Sebastian.Neubauer@amd.com>2023-08-22 10:24:20 +0200
commit49b346105a56c3a0524d9e088a8ebeb78e0b1f00 (patch)
treedd8f2c9b61400f1b24be76fdc247206d299af2ec /pkgs
parentd680ded26da5cf104dd2735a51e88d2d8f487b4d (diff)
downloadnixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar.gz
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar.bz2
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar.lz
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar.xz
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.tar.zst
nixpkgs-49b346105a56c3a0524d9e088a8ebeb78e0b1f00.zip
salt: 3006.1 -> 3006.2
Changelog: https://docs.saltproject.io/en/latest/topics/releases/3006.2.html

Fixes CVE-2023-20897, CVE-2023-20898 and more.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/salt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/salt/default.nix b/pkgs/tools/admin/salt/default.nix
index 0c5b7da1827..ddec00489db 100644
--- a/pkgs/tools/admin/salt/default.nix
+++ b/pkgs/tools/admin/salt/default.nix
@@ -10,11 +10,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "salt";
-  version = "3006.1";
+  version = "3006.2";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-lVh71hHepq/7aQjQ7CaGy37bhMFBRLSFF3bxJ6YOxbk=";
+    hash = "sha256-+I0aJeIw2co9/eE9rdRmB6KxdQq1WoY1nFpCUedx8Wc=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [