Commit 1226491c authored by R. RyanTM's avatar R. RyanTM
Browse files

docker-buildx: 0.29.0 -> 0.29.1

parent 723e1e95
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;