lol

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

https://github.com/serokell/deploy-rs/compare/184349d8149436748986d1bdba087e4149e9c160...41f15759dd8b638e7b4f299730d94d5aa46ab7eb

teutat3s 76889bfa 803462f4

+5 -5
+5 -5
pkgs/tools/package-management/deploy-rs/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, rustPlatform, CoreServices, SystemConfiguration }: 2 3 rustPlatform.buildRustPackage rec { 4 - pname = "deploy-rs-unstable"; 5 - version = "2022-05-26"; 6 7 src = fetchFromGitHub { 8 owner = "serokell"; 9 repo = "deploy-rs"; 10 - rev = "184349d8149436748986d1bdba087e4149e9c160"; 11 - sha256 = "sha256-kJ0ENmnQJ4qL2FeYKZba9kvv1KmIuB3NVpBwMeI7AJQ="; 12 }; 13 14 - cargoHash = "sha256-Ocb1kwNDfODGceCaCJ16CTGGTxIQacgHQ3I6HIR/EUo="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices SystemConfiguration ]; 17
··· 1 { stdenv, lib, fetchFromGitHub, rustPlatform, CoreServices, SystemConfiguration }: 2 3 rustPlatform.buildRustPackage rec { 4 + pname = "deploy-rs"; 5 + version = "unstable-2022-08-05"; 6 7 src = fetchFromGitHub { 8 owner = "serokell"; 9 repo = "deploy-rs"; 10 + rev = "41f15759dd8b638e7b4f299730d94d5aa46ab7eb"; 11 + sha256 = "sha256-1ZxuK67TL29YLw88vQ18Y2Y6iYg8Jb7I6/HVzmNB6nM="; 12 }; 13 14 + cargoHash = "sha256-IXmcpYcWmTGBVNwNCk1TMDOcLxkZytlEIILknUle3Rg="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices SystemConfiguration ]; 17