draupnir: 2.4.1 -> 2.5.0 (#423503)
This commit is contained in:
commit
2f8592ac98
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"yarn_offline_cache_hash": "sha256-OFzs3151Y5GGMS9VfV/Y7yUSqTOCns4QE+S/Cn3TN90="
|
"yarn_offline_cache_hash": "sha256-M0K26W917xtv2KxyATI2pCsyDo8ybjiFqLHPlXY9c8g="
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "draupnir",
|
"name": "draupnir",
|
||||||
"version": "2.4.1",
|
"version": "2.5.0",
|
||||||
"description": "A moderation tool for Matrix",
|
"description": "A moderation tool for Matrix",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
|
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
|
||||||
@ -63,7 +63,7 @@
|
|||||||
"jsdom": "^24.0.0",
|
"jsdom": "^24.0.0",
|
||||||
"matrix-appservice-bridge": "^10.3.1",
|
"matrix-appservice-bridge": "^10.3.1",
|
||||||
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
|
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
|
||||||
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.6.2",
|
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.7.1",
|
||||||
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.6",
|
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.6",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"yaml": "^2.3.2"
|
"yaml": "^2.3.2"
|
||||||
|
@ -22,13 +22,13 @@ let
|
|||||||
in
|
in
|
||||||
mkYarnPackage rec {
|
mkYarnPackage rec {
|
||||||
pname = "draupnir";
|
pname = "draupnir";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "the-draupnir-project";
|
owner = "the-draupnir-project";
|
||||||
repo = "Draupnir";
|
repo = "Draupnir";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-mH5SzguZq1H+njHxWLfjXF3y3/v34KUg45ELL+femNw=";
|
hash = "sha256-au0qYS646MAXyfQTk6gJem3geTecgDwzZl+87/6VE5A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user