cargo-guppy: unstable-2023-01-19 -> unstable-2023-04-15
Diff: https://github.com/guppy-rs/guppy/compare/0f2e0627d430fa6488980f2808c472ae406d3603...e93f51ca56dc9cc310004931a906b6b486b93058
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user