Commit 403bcc3f authored by R. RyanTM's avatar R. RyanTM
Browse files

mercure: 0.16.3 -> 0.17.1

parent 2c27ab2e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

buildGoModule rec {
  pname = "mercure";
  version = "0.16.3";
  version = "0.17.1";

  src = fetchFromGitHub {
    owner = "dunglas";
    repo = "mercure";
    rev = "v${version}";
    hash = "sha256-mRBnjX9jXo2yoftDo8F6kNZeddFkFyUQ6eWxWoxzk2w=";
    hash = "sha256-TRKlX4dNCvD9wBp+JNpmB9J1lt0Eyc0pQ/ucvtiDGto=";
  };

  sourceRoot = "${src.name}/caddy";

  vendorHash = "sha256-ylPHBb/3lX9vwszyf7QzGPxGXE/Jt3cLKhsfmGMG8WM=";
  vendorHash = "sha256-0tyvb11rBtrTbA+eAV1E5Y2tZeAwtrpONHBOLaVxuaQ=";

  subPackages = [ "mercure" ];
  excludedPackages = [ "../cmd/mercure" ];