summary refs log tree commit diff
path: root/pkgs/tools/admin/salt
diff options
context:
space:
mode:
authorFlakebi <flakebi@t-online.de>2021-03-23 19:38:14 +0100
committerFlakebi <flakebi@t-online.de>2021-03-23 19:38:14 +0100
commit2ce3eff490737e1fe24a30f26464875267140098 (patch)
tree888ba1601580409339e3d2cb15e43ae96330e724 /pkgs/tools/admin/salt
parent3102a54e171f88c7dce3aabcfc66dd5e0def4c0c (diff)
downloadnixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar.gz
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar.bz2
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar.lz
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar.xz
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.tar.zst
nixpkgs-2ce3eff490737e1fe24a30f26464875267140098.zip
salt: 3002.5 -> 3002.6
Diffstat (limited to 'pkgs/tools/admin/salt')
-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 9a2d8e52fd9..7df6e94e46b 100644
--- a/pkgs/tools/admin/salt/default.nix
+++ b/pkgs/tools/admin/salt/default.nix
@@ -7,11 +7,11 @@
 }:
 python3.pkgs.buildPythonApplication rec {
   pname = "salt";
-  version = "3002.5";
+  version = "3002.6";
 
   src = python3.pkgs.fetchPypi {
     inherit pname version;
-    sha256 = "1bqranhanxcxjc1qcc6cm95f4xxag0ic9g61dq352hqh6m1l1ay8";
+    sha256 = "/8R4VpNj4dF7ajoMQh6q6cB5u+q8THcloiLQ+/kDoKU=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [