salt: 3004 -> 3004.1

This commit is contained in:
Flakebi
2022-03-28 22:03:28 +02:00
parent 0e3d0d844e
commit 3657f4033b
+2 -2
View File
@@ -22,11 +22,11 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3004";
version = "3004.1";
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "PVNWG8huAU3KLsPcmBB5vgTVXqBHiQyr3iXlsQv6WxM=";
hash = "sha256-fzRKJDJkik8HjapazMaNzf/hCVzqE+wh5QQTVg8Ewpg=";
};
propagatedBuildInputs = with py.pkgs; [