cameronfyfe 2024-04-17 11:17:02 -06:00
parent edd8117bfa
commit 7057dc386c
No known key found for this signature in database
GPG Key ID: A6DDD3816FC14C3F
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; [