Merge pull request #326441 from r-ryantm/auto-update/nix-health

nix-health: 0.3.0 -> 0.4.0

Changed files
+3 -3
pkgs
by-name
ni
nix-health
+3 -3
pkgs/by-name/ni/nix-health/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "nix-health";
-
version = "0.3.0";
+
version = "0.4.0";
src = fetchCrate {
inherit version;
pname = "nix_health";
-
hash = "sha256-u5ipQnux/ulllfPFyUdeLj7gAf3Vu7KL2Q4uYxtv1q4=";
+
hash = "sha256-/I6LdcH61wgJOEv51J1jkWlD8BlSAaRR1e7gc5H9bQI=";
};
-
cargoHash = "sha256-oTO9V+zGmMgDXrt6w1fB81b+WmK3MRI/eCTNEuVM0hk=";
+
cargoHash = "sha256-mqJA5Fv/sYj6ZkE73emtaHvg9hdT/5lN0kM3sl+GRCo=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libiconv openssl ]