deploy-rs: unstable-2022-11-18 -> unstable-2023-01-19
2a3c5f7..8c9ea96
Among other changes, adds a `--boot` flag for activating deployed
profiles on next boot.
This commit is contained in:
parent
6b66352ef7
commit
38d18d4caa
1 changed files with 5 additions and 5 deletions
|
@ -6,18 +6,18 @@
|
||||||
, SystemConfiguration
|
, SystemConfiguration
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "deploy-rs";
|
pname = "deploy-rs";
|
||||||
version = "unstable-2022-11-18";
|
version = "unstable-2023-01-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "serokell";
|
owner = "serokell";
|
||||||
repo = "deploy-rs";
|
repo = "deploy-rs";
|
||||||
rev = "2a3c5f70eee04a465aa534d8bd4fcc9bb3c4a8ce";
|
rev = "8c9ea9605eed20528bf60fae35a2b613b901fd77";
|
||||||
hash = "sha256-0w6iD3GSSQbIeSFVDzAAQZB+hDq670ZTms3d9XI+BtM=";
|
hash = "sha256-QO1xF7stu5ZMDLbHN30LFolMAwY6TVlzYvQoUs1RD68=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Ki9/mYNLUq74v3u+e3aM139+06CTrvPLJv0O+qHL9dA=";
|
cargoHash = "sha256-UKiG2Muw3cT17TCl0pZQGfzVdN5tajSZ1ULyGRaZ9tQ=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
CoreServices
|
CoreServices
|
||||||
|
|
Loading…
Reference in a new issue