Merge pull request #166133 from Flakebi/salt

This commit is contained in:
Martin Weinelt 2022-03-28 23:15:01 +02:00 committed by GitHub
commit 09b1589049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; [