tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cargo-cache: 0.8.2 -> 0.8.3
R. Ryantm
3 years ago
fde66f34
cb8f9021
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-cache
default.nix
+3
-3
pkgs/development/tools/rust/cargo-cache/default.nix
reviewed
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "cargo-cache";
5
5
-
version = "0.8.2";
5
5
+
version = "0.8.3";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "matthiaskrgr";
9
9
repo = pname;
10
10
rev = version;
11
11
-
sha256 = "sha256-1/h9o8ldxI/Q1E6AurGfZ1xruf12g1OO5QlzMJLcEGo=";
11
11
+
sha256 = "sha256-q9tYKXK8RqiqbDZ/lTxUI1Dm/h28/yZR8rTQuq+roZs=";
12
12
};
13
13
14
14
-
cargoSha256 = "sha256-yUa40j1yOrczCbp9IsL1e5FlHcSEeHPAmbrA8zpuTpI=";
14
14
+
cargoSha256 = "sha256-275QREIcncgBk4ah/CivSz5N2m6s/XPCfp6JGChpr38=";
15
15
16
16
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];
17
17