Skip to content

Commit

Permalink
distribution: 3.0.0-rc.1 -> 3.0.0-rc.2 (NixOS#366219)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 27, 2024
2 parents 5048836 + 62daff4 commit 831ec77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/di/distribution/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 831ec77

Please sign in to comment.