lol

Merge pull request #132075 from r-ryantm/auto-update/rust-cbindgen

rust-cbindgen: 0.19.0 -> 0.20.0

authored by

Martin Weinelt and committed by
GitHub
902ad74d 65989410

+3 -3
+3 -3
pkgs/development/tools/rust/cbindgen/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rust-cbindgen"; 5 - version = "0.19.0"; 5 + version = "0.20.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "eqrion"; 9 9 repo = "cbindgen"; 10 10 rev = "v${version}"; 11 - sha256 = "0753dklr5lm1dmk6hy5khh8k3xyr5srfsq11l07685h71j7z0r00"; 11 + sha256 = "sha256-BLiAFYkqVJSpeNPW7UF2PpAttd6ADGeQ9yneiVfNi4g="; 12 12 }; 13 13 14 - cargoSha256 = "0qyw0iqin7i31kk23ddsmywk7z0xxpd5n4q6dr6mf44y35a8krm8"; 14 + cargoSha256 = "sha256-P58qANcl0mYqJDP1QnSx560y8BLH+ePTZ+uHuix89R4="; 15 15 16 16 buildInputs = lib.optional stdenv.isDarwin Security; 17 17