We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2eeaa commit 7aa7fb2Copy full SHA for 7aa7fb2
pkgs/servers/akkoma/akkoma-fe/default.nix
@@ -13,19 +13,19 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "akkoma-fe";
16
- version = "3.11.0";
+ version = "3.15.0";
17
18
src = fetchFromGitea {
19
domain = "akkoma.dev";
20
owner = "AkkomaGang";
21
repo = "akkoma-fe";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ=";
+ hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
24
};
25
26
offlineCache = fetchYarnDeps {
27
yarnLock = finalAttrs.src + "/yarn.lock";
28
- hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho=";
+ hash = "sha256-QB523QZX8oBMHWBSFF7MpaWWXc+MgEUaw/2gsCPZ9a4=";
29
30
31
nativeBuildInputs = [
0 commit comments