docker_compose: 1.20.1 -> 1.21.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/docker-compose/versions. These checks were done: - built on NixOS - /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2/bin/.docker-compose-wrapped passed the binary check. - /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2/bin/docker-compose passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 1.21.2 with grep in /nix/store/z6xj749vplzm2x4hv93l34b41cb049kb-docker-compose-1.21.2 - directory tree listing: https://gist.github.com/6a7d68b839f5f57301d1c477e48ce88c - du listing: https://gist.github.com/d1fd19f768c67e0cc36e885228ca138a
This commit is contained in:
parent
904114fdb8
commit
8cbc9fd8da
@ -6,12 +6,12 @@
|
||||
, enum34, functools32,
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
version = "1.20.1";
|
||||
version = "1.21.2";
|
||||
pname = "docker-compose";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "34c043ebd4c23e4b864812c16b41dad25cec6b675557b180ced52d372e1a9e66";
|
||||
sha256 = "0b0wihlyk89y6n0mly2vbljzqai1hhs6yzplskwdah2lfn9p3c38";
|
||||
};
|
||||
|
||||
# lots of networking and other fails
|
||||
|
Loading…
Reference in New Issue
Block a user