···12121313mkYarnPackage rec {
1414 pname = "hedgedoc";
1515- version = "1.9.4";
1515+ version = "1.9.5";
16161717 # we use the upstream compiled js files because yarn2nix cannot handle different versions of dependencies
1818 # in development and production and the web assets muts be compiled with js-yaml 3 while development
1919 # uses js-yaml 4 which breaks the text editor
2020 src = fetchzip {
2121 url = "https://github.com/hedgedoc/hedgedoc/releases/download/${version}/hedgedoc-${version}.tar.gz";
2222- hash = "sha256-YBPxL1/2bj+8cemSBZSNqSlD/DYJRxSG5UuyUipf3R8=";
2222+ hash = "sha256-dcqCc4UUI1knRlDfQlXq3cpTRTh+kbgFynbypDzw9y8=";
2323 };
24242525 nativeBuildInputs = [ which makeWrapper ];
···30303131 offlineCache = fetchYarnDeps {
3232 yarnLock = src + "/yarn.lock";
3333- sha256 = "sha256-tnxubtu2lv5DKYY4rwQzNwvsFu3pD3NF4VUN/xieqpc=";
3333+ sha256 = "18k2q2llngdk0gsyjrwpirhvwmkwgzhx8nw1rx7g7v2nfzyz189b";
3434 };
35353636 configurePhase = ''