rust-cbindgen: 0.28.0 -> 0.29.0 (#409082)

authored by

Martin Weinelt and committed by
GitHub
bc145eb3 f0728120

+3 -3
+3 -3
pkgs/by-name/ru/rust-cbindgen/package.nix
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "rust-cbindgen"; 17 - version = "0.28.0"; 18 19 src = fetchFromGitHub { 20 owner = "mozilla"; 21 repo = "cbindgen"; 22 rev = "v${version}"; 23 - hash = "sha256-1GT+EgltLhveEACxhY+748L1HIIyQHbEs7wLKANFWr0="; 24 }; 25 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-k8n3adoqKp/RXkHybCKV2KlVnaoEhM6vF57BqeCDAP4="; 28 29 nativeCheckInputs = [ 30 cmake
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "rust-cbindgen"; 17 + version = "0.29.0"; 18 19 src = fetchFromGitHub { 20 owner = "mozilla"; 21 repo = "cbindgen"; 22 rev = "v${version}"; 23 + hash = "sha256-wCl2GpHqF7wKIE8UFyZRY0M1hxonZek2FN6+5x/jGWI="; 24 }; 25 26 useFetchCargoVendor = true; 27 + cargoHash = "sha256-BErgOnmatxpfF5Ip44WOqnEWOzOJaVP6vfhXPsF9wuc="; 28 29 nativeCheckInputs = [ 30 cmake