lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo-hack: 0.6.27 -> 0.6.28

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-hack/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-hack"; 5 - version = "0.6.27"; 5 + version = "0.6.28"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - hash = "sha256-TaXVHTUof/T+p0Zxpdf552uVqCr7jzQtNGKLKq7asqI="; 9 + hash = "sha256-RpMOtgLp9cvXr8lNqGmLvCSbBt7tt7au8hhDCaSERRo="; 10 10 }; 11 11 12 - cargoHash = "sha256-qhD6PLvvfLkVr9rOB90Kw4/jDOw06h7TUe1YCjGad1g="; 12 + cargoHash = "sha256-KpG+T1rI14BgvWvRqiZ5y/n9+J1YRj4+j556zaY7aUA="; 13 13 14 14 # some necessary files are absent in the crate version 15 15 doCheck = false;