deploy-rs: 0-unstable-2024-06-12 -> 0-unstable-2025-06-05

(cherry picked from commit 431ff6f6d7)
This commit is contained in:
06kellyjac
2025-06-24 13:42:15 +01:00
committed by github-actions[bot]
parent b431d75910
commit ee37e9ee82

View File

@@ -6,23 +6,26 @@
rustPlatform.buildRustPackage {
pname = "deploy-rs";
version = "0-unstable-2024-06-12";
version = "0-unstable-2025-06-05";
src = fetchFromGitHub {
owner = "serokell";
repo = "deploy-rs";
rev = "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a";
hash = "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=";
rev = "6bc76b872374845ba9d645a2f012b764fecd765f";
hash = "sha256-hXh76y/wDl15almBcqvjryB50B0BaiXJKk20f314RoE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-e+Exc0lEamAieZ7QHJBYvmnmM/9YHdLRD3La4U5FRMo=";
cargoHash = "sha256-9O93YTEz+e2oxenE0gwxsbz55clbKo9+37yVOqz7ErE=";
meta = {
description = "Multi-profile Nix-flake deploy tool";
homepage = "https://github.com/serokell/deploy-rs";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ teutat3s ];
maintainers = with lib.maintainers; [
teutat3s
jk
];
teams = [ lib.teams.serokell ];
mainProgram = "deploy";
};
}