Skip to content

Commit 7aa7fb2

Browse files
committed
akkoma-fe: 3.11.0 -> 3.15.0
1 parent 5c2eeaa commit 7aa7fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/akkoma/akkoma-fe/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "akkoma-fe";
16-
version = "3.11.0";
16+
version = "3.15.0";
1717

1818
src = fetchFromGitea {
1919
domain = "akkoma.dev";
2020
owner = "AkkomaGang";
2121
repo = "akkoma-fe";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ=";
23+
hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
2424
};
2525

2626
offlineCache = fetchYarnDeps {
2727
yarnLock = finalAttrs.src + "/yarn.lock";
28-
hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho=";
28+
hash = "sha256-QB523QZX8oBMHWBSFF7MpaWWXc+MgEUaw/2gsCPZ9a4=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)