Unverified Commit 090fe40c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

docker-buildx: 0.29.0 -> 0.29.1 (#450401)

parents d7e9435b 1226491c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "docker-buildx";
  version = "0.29.0";
  version = "0.29.1";

  src = fetchFromGitHub {
    owner = "docker";
    repo = "buildx";
    rev = "v${version}";
    hash = "sha256-HGhwO0bILHbRyk6YjzI+v6wiIANvTkIRR+SkL4mxv0w=";
    hash = "sha256-H7U44g4rw15c3Snx88YgAanSw4dWanmTugpGBIwfI6A=";
  };

  doCheck = false;