Merge pull request #134828 from Flakebi/salt

This commit is contained in:
Sandro 2021-08-19 19:05:40 +02:00 committed by GitHub
commit 70e9d9b0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3003.1";
version = "3003.2";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "inGE095NFydhjw0/u6eeVDia7/hbcvTOuCALzBZ/br4=";
sha256 = "c8hsRLF22M/cAzux5C5P3I3TQkgz+qLqDQk4+hc4Vqk=";
};
propagatedBuildInputs = with python3.pkgs; [