Skip to content

Commit 9f4d5af

Browse files
committed
anubis: 1.17.1 -> 1.18.0
1 parent 11a8a9c commit 9f4d5af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
}:
1313
let
1414
pname = "anubis";
15-
version = "1.17.1";
15+
version = "1.18.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "TecharoHQ";
1919
repo = "anubis";
2020
tag = "v${version}";
21-
hash = "sha256-8b2rVVuxhsY0+5IZvzMm7ki3HGbJAnUUoAqpD1PuqZ4=";
21+
hash = "sha256-grtzkNxgShbldjm+lnANbKVhkUrbwseAT1NaBL85mHg=";
2222
};
2323

2424
anubisXess = buildNpmPackage {
2525
inherit version src;
2626
pname = "${pname}-xess";
2727

28-
npmDepsHash = "sha256-jiLrqn0jenug2ff/mqhOIfc7f+CsQja5g2K9n+W1kVM=";
28+
npmDepsHash = "sha256-hTKTTBmfMGv6I+4YbWrOt6F+qD6ysVYi+DEC1konBFk=";
2929

3030
buildPhase = ''
3131
runHook preBuild
@@ -44,7 +44,7 @@ in
4444
buildGoModule (finalAttrs: {
4545
inherit pname version src;
4646

47-
vendorHash = "sha256-v9GsTUzBYfjh6/ETBbFpN5dqMzMaOz8w39Xz1omaPJE=";
47+
vendorHash = "sha256-EOT/sdVINj9oO1jZHPYB3jQ+XApf9eCUKuMY0tV+vpg=";
4848

4949
nativeBuildInputs = [
5050
esbuild

0 commit comments

Comments
 (0)