hedgedoc: 1.10.0 -> 1.10.1

Diff: https://github.com/hedgedoc/hedgedoc/compare/refs/tags/1.10.0...1.10.1
This commit is contained in:
Sandro Jäckel
2025-02-02 23:59:05 +01:00
parent 89e147c4bf
commit affd866de9
+3 -3
View File
@@ -13,13 +13,13 @@
}:
let
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "hedgedoc";
repo = "hedgedoc";
tag = version;
hash = "sha256-cRIpcoD9WzLYxKYpkvhRxUmeyJR5z2QyqApzWvQND+s=";
hash = "sha256-fqpIPKU8B+T65PL11ipu0xkkioJf4k/8tdl045djfNk=";
};
# we cannot use fetchYarnDeps because that doesn't support yarn 2/berry lockfiles
@@ -44,7 +44,7 @@ let
'';
outputHashMode = "recursive";
outputHash = "sha256-RV9xzNVE4//tPVWVaET78ML3ah+hkZ8x6mTAxe5/pdE=";
outputHash = "sha256-cx/VNThgGJSd8sDqsb7Fe7l4Fb8kT/NSxOD+KTq2RNA=";
};
in