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.
2 parents 181b99f + 7aa7fb2 commit 23eb15dCopy full SHA for 23eb15d
pkgs/servers/akkoma/akkoma-fe/default.nix
@@ -15,19 +15,19 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "akkoma-fe";
18
- version = "3.11.0";
+ version = "3.15.0";
19
20
src = fetchFromGitea {
21
domain = "akkoma.dev";
22
owner = "AkkomaGang";
23
repo = "akkoma-fe";
24
rev = "v${finalAttrs.version}";
25
- hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ=";
+ hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
26
};
27
28
offlineCache = fetchYarnDeps {
29
yarnLock = finalAttrs.src + "/yarn.lock";
30
- hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho=";
+ hash = "sha256-QB523QZX8oBMHWBSFF7MpaWWXc+MgEUaw/2gsCPZ9a4=";
31
32
33
nativeBuildInputs = [
0 commit comments