mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lldap: 0.6.2 -> 0.6.3
This commit is contained in:
parent
1eee1a273e
commit
729d1b4bfb
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue