1 { stdenv, lib, fetchFromGitHub, rustPlatform, CoreServices, SystemConfiguration }:
3 rustPlatform.buildRustPackage rec {
5 version = "unstable-2022-08-05";
7 src = fetchFromGitHub {
10 rev = "41f15759dd8b638e7b4f299730d94d5aa46ab7eb";
11 sha256 = "sha256-1ZxuK67TL29YLw88vQ18Y2Y6iYg8Jb7I6/HVzmNB6nM=";
14 cargoHash = "sha256-IXmcpYcWmTGBVNwNCk1TMDOcLxkZytlEIILknUle3Rg=";
16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices SystemConfiguration ];
19 description = " A simple multi-profile Nix-flake deploy tool. ";
20 homepage = "https://github.com/serokell/deploy-rs";
21 license = licenses.mpl20;
22 maintainers = [ maintainers.teutat3s ];