We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27ab2 commit 403bcc3Copy full SHA for 403bcc3
pkgs/by-name/me/mercure/package.nix
@@ -8,18 +8,18 @@
8
9
buildGoModule rec {
10
pname = "mercure";
11
- version = "0.16.3";
+ version = "0.17.1";
12
13
src = fetchFromGitHub {
14
owner = "dunglas";
15
repo = "mercure";
16
rev = "v${version}";
17
- hash = "sha256-mRBnjX9jXo2yoftDo8F6kNZeddFkFyUQ6eWxWoxzk2w=";
+ hash = "sha256-TRKlX4dNCvD9wBp+JNpmB9J1lt0Eyc0pQ/ucvtiDGto=";
18
};
19
20
sourceRoot = "${src.name}/caddy";
21
22
- vendorHash = "sha256-ylPHBb/3lX9vwszyf7QzGPxGXE/Jt3cLKhsfmGMG8WM=";
+ vendorHash = "sha256-0tyvb11rBtrTbA+eAV1E5Y2tZeAwtrpONHBOLaVxuaQ=";
23
24
subPackages = [ "mercure" ];
25
excludedPackages = [ "../cmd/mercure" ];
0 commit comments