Merge pull request #204582 from figsoda/guppy

cargo-{hakari,guppy}: update
This commit is contained in:
figsoda 2022-12-05 10:53:05 -05:00 committed by GitHub
commit 030d020391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-guppy"; pname = "cargo-guppy";
version = "unstable-2022-11-07"; version = "unstable-2022-12-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "guppy-rs"; owner = "guppy-rs";
repo = "guppy"; repo = "guppy";
rev = "40d66ee25a12657c36b9cef67293fc4c296a144f"; rev = "4dad33053d3047293da35ade33158b709fe8bb23";
sha256 = "sha256-f+xUifb7TlaXONNQfFZpnuYDTxgkelL+Knc+X8vc3Gg="; sha256 = "sha256-CWyXNBBo+yyF2s6BT6FFu6CI7xId38vsyg0uSezsusc=";
}; };
cargoSha256 = "sha256-qRFJJX/5hgveGAQtW0HJYAPZjHRlTHalvqSRdEjtYiU="; cargoSha256 = "sha256-jwfZ5FH2qlzmxKT9LTXkmvwL5fhKljUPYwYXXqDRDXc=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-hakari"; pname = "cargo-hakari";
version = "0.9.16"; version = "0.9.17";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-V4rCtqt3HmvAtanithYAJv9FMt/g2R5JCJUwKITnoV4="; sha256 = "sha256-FgG9sdXZhSlX4p3I9WL5ORN7FCg4Zgt/Y+GRCWhIoP8=";
}; };
cargoHash = "sha256-IGxKIgV7UtPrNAFEzKNJfPiSZ8lW2S2M7AJ7sigCWzQ="; cargoHash = "sha256-pYjjiQUnBfZ9wQgXhm4c+A7zMAF9k/Mzl5ccPX407/A=";
meta = with lib; { meta = with lib; {
description = "Manage workspace-hack packages to speed up builds in large workspaces."; description = "Manage workspace-hack packages to speed up builds in large workspaces.";