deploy-rs: 2022-05-26 -> 2022-08-05

184349d814...41f15759dd
This commit is contained in:
teutat3s 2022-08-08 14:47:53 +02:00
parent 803462f4f4
commit 76889bfa9f
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -1,17 +1,17 @@
{ stdenv, lib, fetchFromGitHub, rustPlatform, CoreServices, SystemConfiguration }:
rustPlatform.buildRustPackage rec {
pname = "deploy-rs-unstable";
version = "2022-05-26";
pname = "deploy-rs";
version = "unstable-2022-08-05";
src = fetchFromGitHub {
owner = "serokell";
repo = "deploy-rs";
rev = "184349d8149436748986d1bdba087e4149e9c160";
sha256 = "sha256-kJ0ENmnQJ4qL2FeYKZba9kvv1KmIuB3NVpBwMeI7AJQ=";
rev = "41f15759dd8b638e7b4f299730d94d5aa46ab7eb";
sha256 = "sha256-1ZxuK67TL29YLw88vQ18Y2Y6iYg8Jb7I6/HVzmNB6nM=";
};
cargoHash = "sha256-Ocb1kwNDfODGceCaCJ16CTGGTxIQacgHQ3I6HIR/EUo=";
cargoHash = "sha256-IXmcpYcWmTGBVNwNCk1TMDOcLxkZytlEIILknUle3Rg=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices SystemConfiguration ];