File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212} :
1313let
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
4444buildGoModule ( finalAttrs : {
4545 inherit pname version src ;
4646
47- vendorHash = "sha256-v9GsTUzBYfjh6/ETBbFpN5dqMzMaOz8w39Xz1omaPJE =" ;
47+ vendorHash = "sha256-EOT/sdVINj9oO1jZHPYB3jQ+XApf9eCUKuMY0tV+vpg =" ;
4848
4949 nativeBuildInputs = [
5050 esbuild
You can’t perform that action at this time.
0 commit comments