mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #77731 from r-ryantm/auto-update/docker-compose
docker-compose: 1.25.0 -> 1.25.1
This commit is contained in:
commit
5364c3c78a
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
version = "1.25.0";
|
||||
version = "1.25.1";
|
||||
pname = "docker-compose";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0zlprmsgmj4z627snsl0qmq8y7ggcyqrqm5vxvrvcigl7zywnprc";
|
||||
sha256 = "003rb5hp8plb3yvv0x5dwzz13gdvq91nvrvx29d41h97n1lklw67";
|
||||
};
|
||||
|
||||
# lots of networking and other fails
|
||||
|
|
Loading…
Reference in a new issue