Update Rust crate extra-math to v0.1.1
All checks were successful
Hydra x86_64-linux.packages.rand_testsuite Hydra build #3813 of procyos:rand_testsuite:x86_64-linux.packages.rand_testsuite
Hydra x86_64-linux.checks.rand_testsuite Hydra build #3814 of procyos:rand_testsuite:x86_64-linux.checks.rand_testsuite

This commit is contained in:
Gitea Bot 2024-09-09 18:01:25 +00:00
parent 33ce9912d2
commit 98518f79a0
2 changed files with 8 additions and 8 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,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"; 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 = fetchCrateAlternativeRegistry {
index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/; index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/;
name = "extra-math"; name = "extra-math";
version = "0.1.0"; version = "0.1.1";
sha256 = "fa1061c295d9aba46636f4a0b16372ea314fcd6c8dfaf447cc719a6a9dce63aa"; sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";
}; };
features = builtins.concatLists [ features = builtins.concatLists [
["default"] ["default"]
@ -351,7 +351,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;
${ ${