generated from ProcyOS/rust-template
Update Rust crate extra-math to v0.1.1
This commit is contained in:
parent
33ce9912d2
commit
98518f79a0
2 changed files with 8 additions and 8 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -34,9 +34,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "extra-math"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
source = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"
|
||||
checksum = "fa1061c295d9aba46636f4a0b16372ea314fcd6c8dfaf447cc719a6a9dce63aa"
|
||||
checksum = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb"
|
||||
dependencies = [
|
||||
"libm",
|
||||
"num-traits",
|
||||
|
|
12
Cargo.nix
12
Cargo.nix
|
@ -22,7 +22,7 @@ args @ {
|
|||
workspaceSrc,
|
||||
ignoreLockHash,
|
||||
}: let
|
||||
nixifiedLockHash = "74300319bd44e956ec1895afc04c903cca3100257d7c627ba18911908b487b47";
|
||||
nixifiedLockHash = "680ec1c028e8bd30deec1823757f2d9ccb0fe8d194949ef95d15a41d3a488ebe";
|
||||
workspaceSrc =
|
||||
if args.workspaceSrc == null
|
||||
then ./.
|
||||
|
@ -113,15 +113,15 @@ in
|
|||
};
|
||||
});
|
||||
|
||||
"sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/".extra-math."0.1.0" = overridableMkRustCrate (profileName: rec {
|
||||
"sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/".extra-math."0.1.1" = overridableMkRustCrate (profileName: rec {
|
||||
name = "extra-math";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
|
||||
src = fetchCrateAlternativeRegistry {
|
||||
index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/;
|
||||
name = "extra-math";
|
||||
version = "0.1.0";
|
||||
sha256 = "fa1061c295d9aba46636f4a0b16372ea314fcd6c8dfaf447cc719a6a9dce63aa";
|
||||
version = "0.1.1";
|
||||
sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";
|
||||
};
|
||||
features = builtins.concatLists [
|
||||
["default"]
|
||||
|
@ -351,7 +351,7 @@ in
|
|||
];
|
||||
dependencies = {
|
||||
bitvec = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".bitvec."1.0.1" {inherit profileName;}).out;
|
||||
extra_math = (rustPackages."sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/".extra-math."0.1.0" {inherit profileName;}).out;
|
||||
extra_math = (rustPackages."sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/".extra-math."0.1.1" {inherit profileName;}).out;
|
||||
libm = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".libm."0.2.8" {inherit profileName;}).out;
|
||||
num_traits = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".num-traits."0.2.19" {inherit profileName;}).out;
|
||||
${
|
||||
|
|
Loading…
Reference in a new issue