Skip to content

Commit

Permalink
fixup! draupnir: init at 2.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Jan 9, 2025
1 parent 6146d47 commit 4b17455
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/dr/draupnir/hashes.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"yarn_offline_cache_hash": "sha256-s4PjW7VRajyuZG3BP6r8E86FXFi5B6/uV4t37NYu5qc="
"yarn_offline_cache_hash": "sha256-b05UUStgO8o7lQzcsgcRbYj8lI3aVbVwjaQUQLSSM6k="
}
8 changes: 4 additions & 4 deletions pkgs/by-name/dr/draupnir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@gnuxie/typescript-result": "^1.0.0",
"@sentry/node": "^7.17.2",
"@sentry/tracing": "^7.17.2",
"@sinclair/typebox": "0.33.17",
"@sinclair/typebox": "0.34.13",
"@the-draupnir-project/interface-manager": "3.0.0",
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
"await-lock": "^2.2.2",
Expand All @@ -70,8 +70,8 @@
"jsdom": "^24.0.0",
"matrix-appservice-bridge": "^10.3.1",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.1.1",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.1.1",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.3.0",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.3.2",
"parse-duration": "^1.0.2",
"pg": "^8.8.0",
"shell-quote": "^1.7.3",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/dr/draupnir/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ let
in
mkYarnPackage rec {
pname = "draupnir";
version = "2.0.0-beta.9";
version = "2.0.0-beta.10";
src = fetchFromGitHub {
owner = "the-draupnir-project";
repo = "Draupnir";
rev = "v${version}";
hash = "sha256-4WLojkmWGodV7y3nRP7Y7Fw2xXCJrjxnpmztS9raAcM=";
hash = "sha256-XBKuCObrxDw9JnzFk+XGowUNBRkNQ+DHKh8KdLi34pI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4b17455

Please sign in to comment.