kanidm_1_8: mark unsupported

This commit is contained in:
Adam C. Stephens
2026-04-29 23:30:26 -04:00
parent 150b07e405
commit a28c101b83
2 changed files with 3 additions and 1 deletions

View File

@@ -2,5 +2,5 @@ import ./generic.nix {
version = "1.8.6";
hash = "sha256-+NZs8HHHmWGmlNNymIlbV7E28RiaGLmvtZkCWZJQvMk=";
cargoHash = "sha256-NKCQRIxvWAT5saMO85noYZtm7h0OPFhWFqudvkQPYTE=";
eolDate = "2026-03-16";
unsupported = true;
}

View File

@@ -45,6 +45,8 @@
# so users choosing to allow don't have to rebuild them every time.
permittedInsecurePackages = [
"olm-3.2.16" # see PR #347899
"kanidm_1_8-1.8.6"
"kanidmWithSecretProvisioning_1_8-1.8.6"
];
};