mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
scim-for-keycloak: fix mvnHash
This commit is contained in:
parent
467c3cc4cd
commit
6bf2168e2b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ javaPackages.mavenfod rec {
|
|||
sha256 = "K34c7xISjEETI3jFkRLdZ0C8pZHTWtPtrrIzwC76Tv0=";
|
||||
};
|
||||
|
||||
mvnHash = "sha256-L1i9Fn9l6Xun6usvqiDLtMkMscQMEcqgaWXV3OUKrwQ=";
|
||||
mvnHash = "sha256-kDYhXTEOAWH/dcRJalKtbwBpoxcD1aX9eqcRKs6ewbE=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
maven
|
||||
|
|
Loading…
Reference in a new issue