6 maven.buildMavenPackage {
7 pname = "scim-keycloak-user-storage-spi";
8 version = "unstable-2024-02-14";
10 src = fetchFromGitHub {
11 owner = "justin-stephenson";
12 repo = "scim-keycloak-user-storage-spi";
13 rev = "6c59915836d9a559983326bbb87f895324bb75e4";
14 hash = "sha256-BSso9lU542Aroxu0RIX6NARc10lGZ04A/WIWOVtdxHw=";
17 mvnHash = "sha256-xbGlVZl3YtbF372kCDh+UdK5pLe6C6WnGgbEXahlyLw=";
20 install -D "target/scim-user-spi-0.0.1-SNAPSHOT.jar" "$out/scim-user-spi-0.0.1-SNAPSHOT.jar"
24 homepage = "https://github.com/justin-stephenson/scim-keycloak-user-storage-spi";
25 description = "A third party module that extends Keycloak, allow for user storage in an external scimv2 server";
26 sourceProvenance = with sourceTypes; [
29 license = licenses.mit;
30 maintainers = with maintainers; [ s1341 ];