Skip to content

Commit 23eb15d

Browse files
authored
akkoma-fe: 3.11.0 -> 3.15.0 (#388343)
2 parents 181b99f + 7aa7fb2 commit 23eb15d

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
@@ -15,19 +15,19 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "akkoma-fe";
18-
version = "3.11.0";
18+
version = "3.15.0";
1919

2020
src = fetchFromGitea {
2121
domain = "akkoma.dev";
2222
owner = "AkkomaGang";
2323
repo = "akkoma-fe";
2424
rev = "v${finalAttrs.version}";
25-
hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ=";
25+
hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
2626
};
2727

2828
offlineCache = fetchYarnDeps {
2929
yarnLock = finalAttrs.src + "/yarn.lock";
30-
hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho=";
30+
hash = "sha256-QB523QZX8oBMHWBSFF7MpaWWXc+MgEUaw/2gsCPZ9a4=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)