Unverified Commit c72ec823 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

Merge pull request #241273 from mweinelt/kanidm-fixup

kanidm: apply migration fixes
parents 38cab28f 0896ea43
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 = {