Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d4ee7c66044
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6d4197e4f27
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2021

  1. Copy the full SHA
    a17adff View commit details

Commits on Jan 22, 2021

  1. Merge pull request #110283 from r-ryantm/auto-update/docker-compose

    docker-compose: 1.27.4 -> 1.28.0
    Ma27 authored Jan 22, 2021
    Copy the full SHA
    c6d4197 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/virtualization/docker-compose/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker-compose/default.nix
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
}:

buildPythonApplication rec {
version = "1.27.4";
version = "1.28.0";
pname = "docker-compose";

src = fetchPypi {
inherit pname version;
sha256 = "5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83";
sha256 = "947888fe9377b48c260d59b6511ba205655c6beb45a4b70fbce28f753aacf75a";
};

# lots of networking and other fails