tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
awsbck: 0.3.4 -> 0.3.5
Aaron Jheng
2 years ago
182d3818
fc8f7c74
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
backup
awsbck
default.nix
+4
-4
pkgs/tools/backup/awsbck/default.nix
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "awsbck";
11
-
version = "0.3.4";
12
13
src = fetchFromGitHub {
14
owner = "beeb";
15
repo = "awsbck";
16
rev = "v${version}";
17
-
hash = "sha256-MDlFCbBAvGovhCO5uxXRQhIN4Fw9wav0afIBNzz3Mow=";
18
};
19
0
0
20
nativeBuildInputs = [ installShellFiles ];
21
22
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
23
-
24
-
cargoSha256 = "sha256-p7t/QtihdP6dyJ7tKpNkqcyYJvFJG8+fPqSGH7DNAtg=";
25
26
doCheck = false;
27
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "awsbck";
11
+
version = "0.3.5";
12
13
src = fetchFromGitHub {
14
owner = "beeb";
15
repo = "awsbck";
16
rev = "v${version}";
17
+
hash = "sha256-BitR4f1VzYs5L7hT5OCbBbe4JvPIOPDQ9byKEkfBDBY=";
18
};
19
20
+
cargoHash = "sha256-J5BI6Gv20iAe2XCt1riLATCnlOg+pcj7q2Gzo2ZN0ms=";
21
+
22
nativeBuildInputs = [ installShellFiles ];
23
24
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
0
0
25
26
doCheck = false;
27