Merge pull request #250712 from Flakebi/salt

salt: 3006.1 -> 3006.2
This commit is contained in:
Theodore Ni
2023-08-22 02:25:02 -07:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.1";
version = "3006.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-lVh71hHepq/7aQjQ7CaGy37bhMFBRLSFF3bxJ6YOxbk=";
hash = "sha256-+I0aJeIw2co9/eE9rdRmB6KxdQq1WoY1nFpCUedx8Wc=";
};
propagatedBuildInputs = with python3.pkgs; [