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 16, 2025
1 parent 945b6ee commit 7ddebc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-b05UUStgO8o7lQzcsgcRbYj8lI3aVbVwjaQUQLSSM6k="
"yarn_offline_cache_hash": "sha256-pT7OV4criLnohiye+8t9bkn9jScJpdXtpv4eualsphM="
}
6 changes: 3 additions & 3 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.10",
"version": "2.0.0-beta.11",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down Expand Up @@ -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.3.0",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.3.2",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.5.1",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.5.1",
"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.10";
version = "2.0.0-beta.11";
src = fetchFromGitHub {
owner = "the-draupnir-project";
repo = "Draupnir";
rev = "v${version}";
hash = "sha256-XBKuCObrxDw9JnzFk+XGowUNBRkNQ+DHKh8KdLi34pI=";
hash = "sha256-jh0DpThlopP5nSTKqNh7BLjGGlz2vTFUafUI2R6wOT0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7ddebc8

Please sign in to comment.