hedgedoc: 1.10.2 -> 1.10.3
Diff: https://github.com/hedgedoc/hedgedoc/compare/refs/tags/1.10.2...refs/tags/1.10.3 https://hedgedoc.org/releases/1.10.3/ https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-3983-rrqh-mvx5
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.10.2";
|
||||
version = "1.10.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hedgedoc";
|
||||
repo = "hedgedoc";
|
||||
tag = version;
|
||||
hash = "sha256-WDLcBnqhoKt6E41CzumOZg/5qvKFccN6gwirLTcwWYo=";
|
||||
hash = "sha256-hXcPcGj+efvRVt3cHQc9KttE0/DOD9Bul6f3cY4ofgs=";
|
||||
};
|
||||
|
||||
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
|
||||
@@ -44,7 +44,7 @@ let
|
||||
'';
|
||||
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "sha256-u/t2uvQ9oJnfjkSoPGjGsESWIsQHWvj9GP08aD6RkJk=";
|
||||
outputHash = "sha256-KTUj1O2AA1qTQOqTbGBPLHAgiG5sG832Na8qLvEccmc=";
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user