Skip to content

Commit 403bcc3

Browse files
committed
mercure: 0.16.3 -> 0.17.1
1 parent 2c27ab2 commit 403bcc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/mercure/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
buildGoModule rec {
1010
pname = "mercure";
11-
version = "0.16.3";
11+
version = "0.17.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "dunglas";
1515
repo = "mercure";
1616
rev = "v${version}";
17-
hash = "sha256-mRBnjX9jXo2yoftDo8F6kNZeddFkFyUQ6eWxWoxzk2w=";
17+
hash = "sha256-TRKlX4dNCvD9wBp+JNpmB9J1lt0Eyc0pQ/ucvtiDGto=";
1818
};
1919

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

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

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

0 commit comments

Comments
 (0)