Unverified Commit 3940a4c9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #244290 from LeSuisse/fix-local-build-docker-go-1.20.6

parents c0f68c48 4a526a90
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -105,6 +105,11 @@ rec {
          url = "https://github.com/moby/moby/pull/43136.patch";
          hash = "sha256-1WZfpVnnqFwLMYqaHLploOodls0gHF8OCp7MrM26iX8=";
        })
        (fetchpatch {
          name = "fix-issue-with-go-1.20.6.patch";
          url = "https://github.com/moby/moby/pull/45972.patch";
          hash = "sha256-zxFh/bI6+INOYSg6QFs0S9rdl9Z21KUIZFmzpNVjpSA=";
        })
      ];

      postPatch = ''