akkoma-fe: 3.11.0 -> 3.15.0 (#388343)

This commit is contained in:
K900
2025-03-12 14:49:58 +03:00
committed by GitHub
+3 -3
View File
@@ -15,19 +15,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "akkoma-fe";
version = "3.11.0";
version = "3.15.0";
src = fetchFromGitea {
domain = "akkoma.dev";
owner = "AkkomaGang";
repo = "akkoma-fe";
rev = "v${finalAttrs.version}";
hash = "sha256-Z7psmIyOo8Rvwcip90JgxLhZ5SkkGB94QInEgm8UOjQ=";
hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
};
offlineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-Uet3zdjLdI4qpiuU4CtW2WwWGcFaOhotLLKfnsAUqho=";
hash = "sha256-QB523QZX8oBMHWBSFF7MpaWWXc+MgEUaw/2gsCPZ9a4=";
};
nativeBuildInputs = [