lol

cargo-cache: 0.8.2 -> 0.8.3

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-cache/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-cache"; 5 - version = "0.8.2"; 5 + version = "0.8.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "matthiaskrgr"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-1/h9o8ldxI/Q1E6AurGfZ1xruf12g1OO5QlzMJLcEGo="; 11 + sha256 = "sha256-q9tYKXK8RqiqbDZ/lTxUI1Dm/h28/yZR8rTQuq+roZs="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-yUa40j1yOrczCbp9IsL1e5FlHcSEeHPAmbrA8zpuTpI="; 14 + cargoSha256 = "sha256-275QREIcncgBk4ah/CivSz5N2m6s/XPCfp6JGChpr38="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 17 17