mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
sendme: 0.3.0 -> 0.5.0
Release Notes: https://github.com/n0-computer/sendme/releases/tag/v0.5.0 Diff: https://github.com/n0-computer/sendme/compare/v0.3.0...v0.5.0
This commit is contained in:
parent
edd8117bfa
commit
7057dc386c
4505
pkgs/by-name/se/sendme/Cargo.lock
generated
4505
pkgs/by-name/se/sendme/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue