···2233rustPlatform.buildRustPackage rec {
44 pname = "cargo-modules";
55- version = "0.5.6";
55+ version = "0.5.9";
6677 src = fetchFromGitHub {
88 owner = "regexident";
99 repo = pname;
1010 rev = version;
1111- sha256 = "sha256-bLljwxNrCmg1ZWfSninIxJIFIn2oHY8dmbHYPdwtD+M=";
1111+ sha256 = "sha256-7bcFKsKDp+DBOZRBrSOat+7AIShCgmasKItI8xcsaC0=";
1212 };
13131414- cargoSha256 = "sha256-heyVeQwEIOA9qtyXnHY8lPo06YgIUJaWCtaht9dWLoo=";
1414+ cargoSha256 = "sha256-CCjJq2ghAL6k7unPlZGYKKAxXfv05GIDivw/rbl2Wd4=";
15151616 buildInputs = lib.optionals stdenv.isDarwin [
1717 CoreFoundation
···2323 homepage = "https://github.com/regexident/cargo-modules";
2424 license = with licenses; [ mpl20 ];
2525 # all tests fail with:
2626- # 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
2626+ # 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
2727 broken = (stdenv.isDarwin && stdenv.isx86_64);
2828 maintainers = with maintainers; [ figsoda rvarago ];
2929 };