Unverified Commit 8aeafd4e authored by Mikael Voss's avatar Mikael Voss
Browse files

akkoma-fe: 3.15.0 -> 3.12.0

Despite the lower version number, 3.12.0 is more recent than 3.15.0.
parent 3315ef20
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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 {