deploy-rs: 2022-08-15 -> 2022-11-18

This commit is contained in:
Felix Buehler 2022-12-04 17:01:30 +01:00
parent edeb96b887
commit 563fad90a5

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "deploy-rs";
version = "unstable-2022-08-05";
version = "unstable-2022-11-18";
src = fetchFromGitHub {
owner = "serokell";
repo = "deploy-rs";
rev = "41f15759dd8b638e7b4f299730d94d5aa46ab7eb";
sha256 = "sha256-1ZxuK67TL29YLw88vQ18Y2Y6iYg8Jb7I6/HVzmNB6nM=";
rev = "2a3c5f70eee04a465aa534d8bd4fcc9bb3c4a8ce";
sha256 = "sha256-0w6iD3GSSQbIeSFVDzAAQZB+hDq670ZTms3d9XI+BtM=";
};
cargoHash = "sha256-IXmcpYcWmTGBVNwNCk1TMDOcLxkZytlEIILknUle3Rg=";
cargoHash = "sha256-Ki9/mYNLUq74v3u+e3aM139+06CTrvPLJv0O+qHL9dA=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices SystemConfiguration ];