Commit 9360b490 authored by Paul Meyer's avatar Paul Meyer
Browse files

distribution: 3.0.0-beta.1 -> 3.0.0-rc.1

parent a54c7dcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "distribution";
  version = "3.0.0-beta.1";
  version = "3.0.0-rc.1";

  src = fetchFromGitHub {
    owner = "distribution";
    repo = "distribution";
    rev = "v${version}";
    hash = "sha256-tiTwrcRtOEIs1sCkzHXY1TPYw0TOdDvM2Y8YdgQjEmI=";
    hash = "sha256-dfy3P8zAFlni2heQcz61+sjivHE97Syh/ICreTgxUAM=";
  };

  vendorHash = null;