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

nix-health: 0.3.0 -> 0.4.0
This commit is contained in:
Marcus Ramberg 2024-07-12 08:34:07 +02:00 committed by GitHub
commit d253e9a94d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ]