nix-health: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-07-12 03:06:20 +00:00
parent c35a5a895f
commit c5dd09be87

View file

@ -9,15 +9,15 @@
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 ]