akkoma-fe: 3.15.0 -> 3.12.0

Despite the lower version number, 3.12.0 is more recent than 3.15.0.
This commit is contained in:
Mikael Voss
2025-12-08 14:42:02 +01:00
parent 3315ef205d
commit 8aeafd4e79
+5 -2
View File
@@ -15,14 +15,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "akkoma-fe";
version = "3.15.0";
version = "3.12.0";
src = fetchFromGitea {
domain = "akkoma.dev";
owner = "AkkomaGang";
repo = "akkoma-fe";
tag = "v${finalAttrs.version}";
hash = "sha256-VKYeJwAc4pMpF1dWBnx5D39ffNk7eGpJI2es+GAxdow=";
hash = "sha256-DK+KLAcT/10qhwmB+GoHN/7nOKJEJ32zSao8/fjgW7E=";
# upstream repository archive fetching is broken
forceFetchGit = true;
};
offlineCache = fetchYarnDeps {