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

feat: update kanidm provisioning to v1.1.0-rc.15

This commit is contained in:
oddlama 2023-12-20 02:37:49 +01:00
parent 9496d8eb3f
commit a7883a7508
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 11 additions and 8 deletions

View file

@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "kanidm-secret-manipulator";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "oddlama";
repo = "kanidm-secret-manipulator";
rev = "v${version}";
hash = "sha256-Hn/143YJ0rn9AihuI/wsDlqtnGi/LBzbfdMNTukc34c=";
hash = "sha256-Vv5edTBz5MWHHCWYN5z4KnqPpLZIDTzTcWXnrLBqdgM=";
};
cargoHash = "sha256-L//ZtfbOxV6Hf5x5tLAQ52MChSclzJlhI7sZKqvByMo=";
cargoHash = "sha256-x/oTiaI4RHdt8pndPhsYQn8PclM0q6RDqTaQ0ODCrh4=";
nativeBuildInputs = [pkg-config];
buildInputs = [sqlite];