Unverified Commit fabc8151 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #304713 from cameronfyfe/sendme-0.5.0

sendme: 0.3.0 -> 0.5.0
parents c2c5cd0a 7057dc38
Loading
Loading
Loading
Loading

pkgs/by-name/se/sendme/Cargo.lock

deleted100644 → 0
+0 −4505

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −8
Original line number Diff line number Diff line
@@ -7,21 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "sendme";
  version = "0.3.0";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "n0-computer";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-UaAiHGeSqy4kHO9CZX3kYeECZDo45web6yMbBRVnlhQ=";
    hash = "sha256-y34x4XLIWsxS5+R+6rAejz0z6TCTxoQYPosXmpt9234=";
  };

  # TODO: Remove lock file and use 'cargoHash' instead once `watchable` crate
  # is upgraded past v1.1.1.
  # See https://github.com/khonsulabs/watchable/issues/1
  cargoLock = {
    lockFile = ./Cargo.lock;
  };
  cargoHash = "sha256-q4U4w4STs+34gJNyIibitf6RMvH6P/kBDZlOcwFrOxw=";

  buildInputs = lib.optionals stdenv.isDarwin (
    with darwin.apple_sdk.frameworks; [