keycloak-scim-user-storage-api: 20230710 -> 20240214

This commit is contained in:
s1341 2024-02-25 11:56:28 +02:00
parent 2a34566b67
commit 920095e5fe

View File

@ -5,16 +5,16 @@
maven.buildMavenPackage {
pname = "scim-keycloak-user-storage-spi";
version = "unstable-2023-07-10";
version = "unstable-2024-02-14";
src = fetchFromGitHub {
owner = "justin-stephenson";
repo = "scim-keycloak-user-storage-spi";
rev = "54a3fd77b05079c9ebd931e8b6a3725310a1f7b7";
hash = "sha256-rQR8+LevFHTFLoyCPSu50jdSXu4YgBibjVB804rEsFs=";
rev = "6c59915836d9a559983326bbb87f895324bb75e4";
hash = "sha256-BSso9lU542Aroxu0RIX6NARc10lGZ04A/WIWOVtdxHw=";
};
mvnHash = "sha256-vNPSNoOmtD1UMfWvLm8CH7RRatyeu3fnX9zteZpkay0=";
mvnHash = "sha256-xbGlVZl3YtbF372kCDh+UdK5pLe6C6WnGgbEXahlyLw=";
installPhase = ''
install -D "target/scim-user-spi-0.0.1-SNAPSHOT.jar" "$out/scim-user-spi-0.0.1-SNAPSHOT.jar"