Skip to content

Commit bdfd0f2

Browse files
authored
anubis: 1.19.1 -> 1.20.0 (#420596)
2 parents 4d3d92a + c11e60c commit bdfd0f2

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

nixos/tests/anubis.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
];
99

1010
nodes.machine =
11-
{
12-
config,
13-
pkgs,
14-
...
15-
}:
11+
{ config, pkgs, ... }:
1612
{
1713
services.anubis = {
1814
defaultOptions.settings = {
@@ -100,7 +96,6 @@
10096
machine.succeed('curl -f http://basic.localhost | grep "it works"')
10197
machine.succeed('curl -f http://basic.localhost -H "User-Agent: Mozilla" | grep anubis')
10298
machine.succeed('curl -f http://basic.localhost/metrics | grep anubis_challenges_issued')
103-
machine.succeed('curl -f -X POST http://basic.localhost/.within.website/x/cmd/anubis/api/make-challenge -d "redir=/" | grep challenge')
10499
105100
# TCP mode
106101
machine.succeed('curl -f http://tcp.localhost -H "User-Agent: Mozilla" | grep anubis')

pkgs/by-name/an/anubis/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildGoModule (finalAttrs: {
1515
pname = "anubis";
16-
version = "1.19.1";
16+
version = "1.20.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "TecharoHQ";
2020
repo = "anubis";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-aWdkPNwTD+ooaE0PazcOaama7k1a8n5pRxr8X6wm4zs=";
22+
hash = "sha256-pdfe2D9KAg/vesTgOi+b5ZVkUkuWhmZC/xYXiiYzlPs=";
2323
};
2424

25-
vendorHash = "sha256-wJOGYOWFKep2IFzX+Hia9m1jPG+Rskg8Np9WfEc+TUY=";
25+
vendorHash = "sha256-cOl+eVnj6aMKIJCjCM0aacp4/Jg5BhZqFwum+u9tOKE=";
2626

2727
nativeBuildInputs = [
2828
esbuild
@@ -34,7 +34,7 @@ buildGoModule (finalAttrs: {
3434
pname = "anubis-xess";
3535
inherit (finalAttrs) version src;
3636

37-
npmDepsHash = "sha256-wI8XCUGq3aI20B++RAT3lc/nBrDMEmE9+810lewzXa0=";
37+
npmDepsHash = "sha256-kBnexaBAMgA7QdKevW3mmlSn+QEbkTW//hYVTRFLQeQ=";
3838

3939
buildPhase = ''
4040
runHook preBuild

0 commit comments

Comments
 (0)