From 98518f79a015b29e568481bc079ed67949359848 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 9 Sep 2024 18:01:25 +0000 Subject: [PATCH] Update Rust crate extra-math to v0.1.1 --- Cargo.lock | 4 ++-- Cargo.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b76e55..50c49b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.nix b/Cargo.nix index 1593b6e..1a4d965 100644 --- a/Cargo.nix +++ b/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; ${