diff --git a/pkgs/by-name/di/distribution/package.nix b/pkgs/by-name/di/distribution/package.nix index 1db56b79cbde8..15e7ec085d515 100644 --- a/pkgs/by-name/di/distribution/package.nix +++ b/pkgs/by-name/di/distribution/package.nix @@ -9,13 +9,13 @@ buildGoModule rec { pname = "distribution"; - version = "3.0.0-rc.1"; + version = "3.0.0-rc.2"; src = fetchFromGitHub { owner = "distribution"; repo = "distribution"; - rev = "v${version}"; - hash = "sha256-dfy3P8zAFlni2heQcz61+sjivHE97Syh/ICreTgxUAM="; + tag = "v${version}"; + hash = "sha256-OIym8qenQl/50qUNGKlROyLnbaxfzcVaQhHyIRpEjpA="; }; vendorHash = null; @@ -25,6 +25,7 @@ buildGoModule rec { # TestInMemoryDriverSuite: timeout after 10 minutes, looks like a deadlock. "-skip=^TestHTTPChecker$|^TestInMemoryDriverSuite$" ]; + __darwinAllowLocalNetworking = true; passthru = { tests.version = testers.testVersion {