cargo-guppy: unstable-2023-01-19 -> unstable-2023-04-15

Diff: 0f2e0627d4...e93f51ca56
This commit is contained in:
figsoda 2023-04-15 18:24:09 -04:00
parent 24d12cf2f5
commit d9be7e51ef

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-guppy";
version = "unstable-2023-01-19";
version = "unstable-2023-04-15";
src = fetchFromGitHub {
owner = "guppy-rs";
repo = "guppy";
rev = "0f2e0627d430fa6488980f2808c472ae406d3603";
sha256 = "sha256-7ADq5yDVpYn91K/rbXWxp0+34twQ8LArD+vVd48tee4=";
rev = "e93f51ca56dc9cc310004931a906b6b486b93058";
sha256 = "sha256-kg1iWku+zAXG9cCYCD4rqKzKNtDt0hMCnE5QyhJpLq8=";
};
cargoSha256 = "sha256-oVG3x0yGTqNKMaqkOJhfhqRWNwAkUgfkGr7Vxr+nY4I=";
cargoSha256 = "sha256-XKAre9L2mk31CgXbP53zR8mr92Jh9qVSx+sMkhqq/M4=";
nativeBuildInputs = [ pkg-config ];