Unverified Commit 2804d70d authored by h7x4's avatar h7x4
Browse files

cyme: 1.5.2 -> 1.6.0

parent 06c76fd6
Loading
Loading
Loading
Loading
+1139 −0

File added.

Preview size limit exceeded, changes collapsed.

+9 −3
Original line number Diff line number Diff line
@@ -12,16 +12,22 @@

rustPlatform.buildRustPackage rec {
  pname = "cyme";
  version = "1.5.2";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "tuna-f1sh";
    repo = "cyme";
    rev = "v${version}";
    hash = "sha256-Y5TcRcbqarcKRDWCI36YhbLJFU+yrpAE3vRGArbfr0U=";
    hash = "sha256-97sxK2zhUKBS238F9mNk8a2VbTVpvbDlN1yDas4Fls4=";
  };

  cargoHash = "sha256-ycFNNTZ7AU4WRnf1+RJB7KxQKVdJbubB28tS/GyU0bI=";
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "libudev-sys-0.1.4" = "sha256-7dUqPH8bQ/QSBIppxQbymwQ44Bvi1b6N2AMUylbyKK8=";
      "libusb1-sys-0.6.4" = "sha256-Y3K3aEZnpLud/g4Tx+1HDEkNRKi5s4Fo0QSWya/L+L4=";
    };
  };

  nativeBuildInputs = [
    pkg-config