nushellPlugins.net: cargoHash fix

This commit is contained in:
happysalada 2024-10-26 09:28:53 -04:00
parent d084336c70
commit 1cf05182d0

View File

@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-nKcB919M9FkDloulh9IusWYPhf8vlhUmKVs6Gd6w3Bw=";
};
cargoHash = "sha256-3FMalpgKYZ4xM2fHXTFOVu5I8yS06K1bDiKg4we7jF4=";
cargoHash = "sha256-bsrpdQS0wA3T0jZTG476sSkMRngEAOjgr4wX7svyMP4=";
nativeBuildInputs = [ rustPlatform.bindgenHook ];