tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rustic: 0.9.5 -> 0.10.0
R. Ryantm
4 months ago
abc3b5a1
19a8f12a
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ru
rustic
package.nix
+3
-3
pkgs/by-name/ru/rustic/package.nix
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "rustic";
12
-
version = "0.9.5";
13
14
src = fetchFromGitHub {
15
owner = "rustic-rs";
16
repo = "rustic";
17
tag = "v${version}";
18
-
hash = "sha256-HYPzgynCeWDRRNyACHqnzkjn6uZWS0TDHuJE9STJxbQ=";
19
};
20
21
-
cargoHash = "sha256-+BlLVnvI2qBfwEtyxmZFNhR9MEzs0/a1Ce6ALOKtoPU=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "rustic";
12
+
version = "0.10.0";
13
14
src = fetchFromGitHub {
15
owner = "rustic-rs";
16
repo = "rustic";
17
tag = "v${version}";
18
+
hash = "sha256-KyJce0pTTpPv3K0WXWQv2MPx8dDGhUVYEIjTeYH1KPY=";
19
};
20
21
+
cargoHash = "sha256-Axiq1Yu5pg3fZ/E8aYFGAuPi3KVIlotQ2TZs0pczG+4=";
22
23
nativeBuildInputs = [ installShellFiles ];
24