Merge pull request #195871 from Flakebi/salt

This commit is contained in:
Martin Weinelt 2022-10-14 01:00:17 +02:00 committed by GitHub
commit 2f5404dcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,17 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3005";
version = "3005.1";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-HSAMRbiARheOpW+1p1cm3GIMxeUUEQdqBN+A/1L3nNQ=";
hash = "sha256-+hTF2HP4Y7UJUBIdfiOiRJUCdFSQx8SMDPBFQGz+V8E=";
};
propagatedBuildInputs = with python3.pkgs; [
distro
jinja2
jmespath
markupsafe
msgpack
psutil