nushellPlugins.net: cargoHash fix (#351440)

This commit is contained in:
Artturin 2024-10-27 05:15:04 +02:00 committed by GitHub
commit 1d1c7e63e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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