Merge pull request #109484 from WilliButz/update/hedgedoc/1.7.2

This commit is contained in:
Sandro 2021-01-16 11:40:57 +01:00 committed by GitHub
commit abb4941c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 803 additions and 970 deletions

View File

@ -3,13 +3,13 @@
mkYarnPackage rec {
name = "hedgedoc";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "hedgedoc";
repo = "hedgedoc";
rev = version;
sha256 = "0axad5581v25pynfj6pgy0h1xp92dyllnc7mk42z6hxbs4sgkrw1";
sha256 = "1w3si1k27c8d9yka2v91883dlz57n0wasan4agi6gw17h9dzb1l6";
};
nativeBuildInputs = [ which makeWrapper ];

View File

@ -1,6 +1,6 @@
{
"name": "HedgeDoc",
"version": "1.7.1",
"version": "1.7.2",
"description": "The best platform to write and share markdown.",
"main": "app.js",
"license": "AGPL-3.0",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff