lol

Merge pull request #257724 from figsoda/nextest

cargo-nextest: 0.9.58 -> 0.9.59

authored by

Matthias Beyer and committed by
GitHub
a9f6c4e4 70e21424

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-nextest/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-nextest"; 5 - version = "0.9.58"; 5 + version = "0.9.59"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nextest-rs"; 9 9 repo = "nextest"; 10 10 rev = "cargo-nextest-${version}"; 11 - hash = "sha256-D3mSDh6IliKbtxitMRXy1L4YH/qZfdXtXiPvf45mTno="; 11 + hash = "sha256-32n1z5e40qkhHBAbwGhXa7L5NfkkN72AIKF796y82+g="; 12 12 }; 13 13 14 - cargoHash = "sha256-TjQHSaBVM4pJoTp6Vdz6WGWIyw5uC6UG7Wle6LsXP+4="; 14 + cargoHash = "sha256-sme7VE5JnjIWONaFYIOnv72UjUC/S+VezNSmRunmDv0="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17 17