Commit 04e2e030 authored by Paul Meyer's avatar Paul Meyer
Browse files

distribution: 3.0.0-rc.4 -> 3.0.0

parent 6d3ad6ef
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-rc.4";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "distribution";
    repo = "distribution";
    tag = "v${version}";
    hash = "sha256-aDvcwsA1J1S7haNGvb2PikN51PpDqM93NJQKRH/acwM=";
    hash = "sha256-myezQTEdH7kkpCoAeZMf5OBxT4Bz8Qx6vCnwim230RY=";
  };

  vendorHash = null;