tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
deploy-rs: 0-unstable-2024-06-12 -> 0-unstable-2025-06-05
06kellyjac
7 months ago
431ff6f6
a5539704
+9
-6
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
de
deploy-rs
package.nix
+9
-6
pkgs/by-name/de/deploy-rs/package.nix
···
6
7
rustPlatform.buildRustPackage {
8
pname = "deploy-rs";
9
-
version = "0-unstable-2024-06-12";
10
11
src = fetchFromGitHub {
12
owner = "serokell";
13
repo = "deploy-rs";
14
-
rev = "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a";
15
-
hash = "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=";
16
};
17
18
-
useFetchCargoVendor = true;
19
-
cargoHash = "sha256-e+Exc0lEamAieZ7QHJBYvmnmM/9YHdLRD3La4U5FRMo=";
20
21
meta = {
22
description = "Multi-profile Nix-flake deploy tool";
23
homepage = "https://github.com/serokell/deploy-rs";
24
license = lib.licenses.mpl20;
25
-
maintainers = with lib.maintainers; [ teutat3s ];
0
0
0
0
26
mainProgram = "deploy";
27
};
28
}
···
6
7
rustPlatform.buildRustPackage {
8
pname = "deploy-rs";
9
+
version = "0-unstable-2025-06-05";
10
11
src = fetchFromGitHub {
12
owner = "serokell";
13
repo = "deploy-rs";
14
+
rev = "6bc76b872374845ba9d645a2f012b764fecd765f";
15
+
hash = "sha256-hXh76y/wDl15almBcqvjryB50B0BaiXJKk20f314RoE=";
16
};
17
18
+
cargoHash = "sha256-9O93YTEz+e2oxenE0gwxsbz55clbKo9+37yVOqz7ErE=";
0
19
20
meta = {
21
description = "Multi-profile Nix-flake deploy tool";
22
homepage = "https://github.com/serokell/deploy-rs";
23
license = lib.licenses.mpl20;
24
+
maintainers = with lib.maintainers; [
25
+
teutat3s
26
+
jk
27
+
];
28
+
teams = [ lib.teams.serokell ];
29
mainProgram = "deploy";
30
};
31
}