Unverified Commit 9cd00aae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #291280 from r-ryantm/auto-update/ravedude

ravedude: 0.1.6 -> 0.1.7
parents ffb3ef69 38f48906
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

rustPlatform.buildRustPackage rec {
  pname = "ravedude";
  version = "0.1.6";
  version = "0.1.7";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-LhPRz3DUMDoe50Hq3yO+2BHpyh5fQ4sMNGLttjkdSZw=";
    hash = "sha256-p5pbxnoUBhdDf7acpLStgBvoWZyFYNHxTwzDhGSApRM=";
  };

  cargoHash = "sha256-Uo8wlTAHBkn/WeGPhPP+BU80wjSyNHsWQj8QvA7mHrk=";
  cargoHash = "sha256-L7eXSji+irjwuOZ5uxqWK9SesRZrqEeoenJgMzqpszo=";

  nativeBuildInputs = [ pkg-config ];