Unverified Commit 0cb5612e authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent eb52b838
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,20 +10,20 @@

mkYarnPackage rec {
  pname = "mjolnir";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "matrix-org";
    repo = "mjolnir";
    rev = "refs/tags/v${version}";
    hash = "sha256-/vnojWLpu/fktqPUhAdL1QTESxDwFrBVYAkyF79Fj9w=";
    hash = "sha256-xejFKz2MmdjMFU0X0SdI+qXTBRAwIvkcfZPQqXB9LV0=";
  };

  packageJSON = ./package.json;

  offlineCache = fetchYarnDeps {
    yarnLock = src + "/yarn.lock";
    hash = "sha256-B4s0CYr5Ihoh4gkckwZ3z0Nb4LMET48WvRXuhk3fpQM=";
    hash = "sha256-RpvdyxJj92k4wFjBBmWCnEpFVOXVWlHEm0SmEBUlnTM=";
  };

  packageResolutions = {
+5 −5
Original line number Diff line number Diff line
{
  "name": "mjolnir",
  "version": "1.6.3",
  "version": "1.6.5",
  "description": "A moderation tool for Matrix",
  "main": "lib/index.js",
  "repository": "git@github.com:matrix-org/mjolnir.git",
@@ -30,7 +30,7 @@
    "@types/jsdom": "^16.2.11",
    "@types/mocha": "^9.0.0",
    "@types/nedb": "^1.8.12",
    "@types/node": "^16.7.10",
    "@types/node": "^18.0.0",
    "@types/pg": "^8.6.5",
    "@types/request": "^2.48.8",
    "@types/shell-quote": "1.7.1",
@@ -55,15 +55,15 @@
    "humanize-duration-ts": "^2.1.1",
    "js-yaml": "^4.1.0",
    "jsdom": "^16.6.0",
    "matrix-appservice-bridge": "8.0.0",
    "matrix-appservice-bridge": "8.1.2",
    "parse-duration": "^1.0.2",
    "pg": "^8.8.0",
    "prom-client": "^14.1.0",
    "shell-quote": "^1.7.3",
    "ulidx": "^0.3.0",
    "yaml": "^2.1.1"
    "yaml": "^2.2.2"
  },
  "engines": {
    "node": ">=16.0.0"
    "node": ">=18.0.0"
  }
}