Commit d9be7e51 authored by figsoda's avatar figsoda
Browse files
parent 24d12cf2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];