Merge pull request #241273 from mweinelt/kanidm-fixup

kanidm: apply migration fixes
This commit is contained in:
Kerstin 2023-07-03 16:01:34 +02:00 committed by GitHub
commit c72ec82396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 192 additions and 230 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 = {