Merge pull request #180465 from r-ryantm/auto-update/cargo-modules

cargo-modules: 0.5.6 -> 0.5.9

authored by Bobby Rong and committed by GitHub 75f4b499 3bc5a226

+4 -4
+4 -4
pkgs/development/tools/rust/cargo-modules/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-modules"; 5 - version = "0.5.6"; 5 + version = "0.5.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "regexident"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-bLljwxNrCmg1ZWfSninIxJIFIn2oHY8dmbHYPdwtD+M="; 11 + sha256 = "sha256-7bcFKsKDp+DBOZRBrSOat+7AIShCgmasKItI8xcsaC0="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-heyVeQwEIOA9qtyXnHY8lPo06YgIUJaWCtaht9dWLoo="; 14 + cargoSha256 = "sha256-CCjJq2ghAL6k7unPlZGYKKAxXfv05GIDivw/rbl2Wd4="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 17 CoreFoundation ··· 23 23 homepage = "https://github.com/regexident/cargo-modules"; 24 24 license = with licenses; [ mpl20 ]; 25 25 # all tests fail with: 26 - # thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "tests run with disabled concurrency, automatic snapshot name generation is not supported. Consider using the \"backtrace\" feature of insta which tries to recover test names from the call stack."', /private/tmp/nix-build-cargo-modules-0.5.6.drv-0/cargo-modules-0.5.6-vendor.tar.gz/insta/src/runtime.rs:908:22 26 + # thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "tests run with disabled concurrency, automatic snapshot name generation is not supported. Consider using the \"backtrace\" feature of insta which tries to recover test names from the call stack."', /private/tmp/nix-build-cargo-modules-0.5.9.drv-0/cargo-modules-0.5.9-vendor.tar.gz/insta/src/runtime.rs:908:22 27 27 broken = (stdenv.isDarwin && stdenv.isx86_64); 28 28 maintainers = with maintainers; [ figsoda rvarago ]; 29 29 };