summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-07-05 13:30:11 +0000
committerMatthias Beyer <mail@beyermatthias.de>2024-07-27 12:18:08 +0200
commit780431f72937db8059f7a2e61c39bc04ecb02039 (patch)
tree1e56d12a6e4afccbbdc5ead81eb1acbe96ac4094
parentcargo-component: 0.13.2 -> 0.14.0 (diff)
downloadnixpkgs-780431f72937db8059f7a2e61c39bc04ecb02039.tar.gz
cargo-tally: 1.0.47 -> 1.0.48
(cherry picked from commit a2788c5179e345493daa7a1e4295f9122bde5acf) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/tools/rust/cargo-tally/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-tally/default.nix b/pkgs/development/tools/rust/cargo-tally/default.nix
index 6a41db928fc5..828f50e467c3 100644
--- a/pkgs/development/tools/rust/cargo-tally/default.nix
+++ b/pkgs/development/tools/rust/cargo-tally/default.nix
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
- version = "1.0.47";
+ version = "1.0.48";
src = fetchCrate {
inherit pname version;
- hash = "sha256-G52Nr+Cc6h/26T0HxQ691PRgHUUC2TuoRstNdibGJ1Q=";
+ hash = "sha256-BrWJKM7Vkvjlkn3PCBe45epQc2SkjKVlttQF0/AHSls=";
};
- cargoHash = "sha256-WFh7bfkcDMBkowP4YsMxy95PXYKhA4uVW4MYyT22E0o=";
+ cargoHash = "sha256-Dkz3QJchUAn4/kQsmQcSfxVrRdiCA2qJSOTszfvE4No=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration