Update Rust crate extra-math to v0.1.1
Some checks failed
Hydra x86_64-linux.checks.rand_testsuite Hydra build #3390 of procyos:rand_testsuite-pr6:x86_64-linux.checks.rand_testsuite
Hydra x86_64-linux.packages.rand_testsuite Hydra build #3389 of procyos:rand_testsuite-pr6:x86_64-linux.packages.rand_testsuite

This commit is contained in:
Gitea Bot 2024-09-09 13:01:10 +00:00
parent 33ce9912d2
commit c5bbd0eb73
2 changed files with 9 additions and 11 deletions

4
Cargo.lock generated
View file

@ -34,9 +34,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "extra-math" name = "extra-math"
version = "0.1.0" version = "0.1.1"
source = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/" source = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"
checksum = "fa1061c295d9aba46636f4a0b16372ea314fcd6c8dfaf447cc719a6a9dce63aa" checksum = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb"
dependencies = [ dependencies = [
"libm", "libm",
"num-traits", "num-traits",

View file

@ -22,7 +22,7 @@ args @ {
workspaceSrc, workspaceSrc,
ignoreLockHash, ignoreLockHash,
}: let }: let
nixifiedLockHash = "74300319bd44e956ec1895afc04c903cca3100257d7c627ba18911908b487b47"; nixifiedLockHash = "680ec1c028e8bd30deec1823757f2d9ccb0fe8d194949ef95d15a41d3a488ebe";
workspaceSrc = workspaceSrc =
if args.workspaceSrc == null if args.workspaceSrc == null
then ./. then ./.
@ -113,15 +113,13 @@ 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"; name = "extra-math";
version = "0.1.0"; version = "0.1.1";
registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"; registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
src = fetchCrateAlternativeRegistry { src = fetchCratesIo {
index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/; inherit name version;
name = "extra-math"; sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";
version = "0.1.0";
sha256 = "fa1061c295d9aba46636f4a0b16372ea314fcd6c8dfaf447cc719a6a9dce63aa";
}; };
features = builtins.concatLists [ features = builtins.concatLists [
["default"] ["default"]
@ -351,7 +349,7 @@ in
]; ];
dependencies = { dependencies = {
bitvec = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".bitvec."1.0.1" {inherit profileName;}).out; 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; 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; num_traits = (rustPackages."registry+https://github.com/rust-lang/crates.io-index".num-traits."0.2.19" {inherit profileName;}).out;
${ ${