Unverified Commit dfd9566f authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

distribution: 3.0.0 -> 3.1.0 (#507442)

parents 97768c9a 346b301b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule (finalAttrs: {
  pname = "distribution";
  version = "3.0.0";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "distribution";
    repo = "distribution";
    tag = "v${finalAttrs.version}";
    hash = "sha256-myezQTEdH7kkpCoAeZMf5OBxT4Bz8Qx6vCnwim230RY=";
    hash = "sha256-r0J1zsj4Qioe8+dByqzOgJypW+A06P2uIjetPu7w+24=";
  };

  vendorHash = null;