Skip to content

Commit

Permalink
fixup! draupnir: init at 2.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Jan 16, 2025
1 parent 79d48f0 commit b80cc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.11",
"version": "2.0.0",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
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.11";
version = "2.0.0";
src = fetchFromGitHub {
owner = "the-draupnir-project";
repo = "Draupnir";
rev = "v${version}";
hash = "sha256-jh0DpThlopP5nSTKqNh7BLjGGlz2vTFUafUI2R6wOT0=";
hash = "sha256-G2CPjGwVDFJZbZt56tbzP0Pj2kkDWOVtlKGqWLN2qwQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b80cc91

Please sign in to comment.