[Backport release-26.05] lldap: 0.6.2 -> 0.6.3 (#532609)

This commit is contained in:
Sandro 2026-06-17 11:21:15 +00:00 committed by GitHub
commit a1539b6988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
nixosTests,
rustPlatform,
rustc,
wasm-bindgen-cli_0_2_100,
wasm-bindgen-cli_0_2_120,
wasm-pack,
which,
runCommand,
@ -16,16 +16,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lldap";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "lldap";
repo = "lldap";
rev = "v${finalAttrs.version}";
hash = "sha256-UBQWOrHika8X24tYdFfY8ETPh9zvI7/HV5j4aK8Uq+Y=";
hash = "sha256-EafYBCorK5t8ZLoXTjqLg+Q6GDRZjalpRqSoVySdpOk=";
};
cargoHash = "sha256-SO7+HiiXNB/KF3fjzSMeiTPjRQq/unEfsnplx4kZv9c=";
cargoHash = "sha256-GhSoPDMsWRuW6SYS/QTPgsA7fBFup5C5+DBqnlFqwlQ=";
## workaround for overrideAttrs on buildRustPackage
## see https://discourse.nixos.org/t/is-it-possible-to-override-cargosha256-in-buildrustpackage/4393/3
cargoDeps = rustPlatform.fetchCargoVendor {
@ -61,7 +61,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = finalAttrs.pname + "-frontend";
nativeBuildInputs = [
wasm-pack
wasm-bindgen-cli_0_2_100
wasm-bindgen-cli_0_2_120
binaryen
which
rustc