mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
salt: 2018.3.2 -> 2019.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/salt/versions
This commit is contained in:
parent
18aa59b0f2
commit
f78863170a
@ -8,11 +8,11 @@
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "salt";
|
||||
version = "2018.3.2";
|
||||
version = "2019.2.0";
|
||||
|
||||
src = pythonPackages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d86eeea2e5387f4a64bbf0a11d103bfc8aac1122e19d39cc0945d33efdc797bd";
|
||||
sha256 = "1kgn3lway0zwwysyzpphv05j4xgxk92dk4rv1vybr2527wmvp5an";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
|
Loading…
Reference in New Issue
Block a user