1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update kanidm

This commit is contained in:
oddlama 2023-12-04 22:30:41 +01:00
parent 6c9618a95c
commit 78987715c2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -17,23 +17,6 @@
'';
});
kanidm = prev.kanidm.overrideAttrs (_finalAttrs: _previousAttrs: {
patches = [
(prev.fetchpatch {
name = "group-list-json-output.patch";
url = "https://patch-diff.githubusercontent.com/raw/kanidm/kanidm/pull/2016.patch";
hash = "sha256-gc75KBzhth4fZvuvRa3Rjg1J7DIGy25mzUPCf2aha80=";
})
(prev.fetchpatch {
name = "person-and-oauth-json-output.patch";
url = "https://patch-diff.githubusercontent.com/raw/kanidm/kanidm/pull/2017.patch";
hash = "sha256-fZgJ7dY2LHvBi64A/6o7kfArUAsLqjWRRpH2q1GL5ic=";
})
];
doCheck = false;
});
formats =
prev.formats
// {