Unverified Commit 0896ea43 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

kanidm: apply migration fixes

It was noticed, that on a direct upgrade from alpha10 to beta12 a
partial migration would take place, which would fail, but not rollback
completely.

This would then prevent an upgrade from alpha10 to alpha11 and leave you
in an unusable state, requiring you to restore from a backup.

Upstream now quickly provided a maintenance branch for beta12, to which
we are forwarding here.
parent 2518f224
Loading
Loading
Loading
Loading
+189 −227

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ rustPlatform.buildRustPackage rec {
  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-ZlUn7m5xgMWWIr9y/dkM/yZ2KF2LdkaxqtHsMcxAT/M=";
    rev = "f5924443f08e462067937a5dd0e2c19e5e1255da";
    hash = "sha256-kJUxVrGpczIdOqKQbgRp1xERfKP6C0SDQgWdjtSuvZ8=";
  };

  cargoLock = {