Merge pull request #304713 from cameronfyfe/sendme-0.5.0

sendme: 0.3.0 -> 0.5.0
This commit is contained in:
kirillrdy 2024-04-18 06:17:10 +10:00 committed by GitHub
commit fabc8151cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4513 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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; [