cargo-c: 0.10.14 → 0.10.15 (#434551)

authored by Fabián Heredia Montiel and committed by GitHub 00739223 480d1d6e

+5 -16
+4 -4
pkgs/by-name/ca/cargo-c/package.nix
··· 12 12 13 13 let 14 14 # this version may need to be updated along with package version 15 - cargoVersion = "0.89.0"; 15 + cargoVersion = "0.90.0"; 16 16 in 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "cargo-c"; 19 - version = "0.10.14"; 19 + version = "0.10.15"; 20 20 21 21 src = fetchCrate { 22 22 inherit pname; 23 23 version = "${version}+cargo-${cargoVersion}"; 24 - hash = "sha256-t6cbufPdpyaFzwEFWt19Nid2S5FXCJCS+SHJ0aJICX0="; 24 + hash = "sha256-szqDSHGihE+Oj8L3EBlC5XH4kSBYOptd0Xtk3MhXooQ="; 25 25 }; 26 26 27 - cargoHash = "sha256-nW+akmbpIGZnhJLBdwDAGI4m5eSwdT2Z/iY2RV4zMQY="; 27 + cargoHash = "sha256-36ygs/EhCktG1jmBnP9c7EgnfcWnGrqqcW3qAw+Yfy4="; 28 28 29 29 nativeBuildInputs = [ 30 30 pkg-config
+1 -12
pkgs/development/libraries/gstreamer/rs/default.nix
··· 127 127 ) (lib.attrNames validPlugins); 128 128 129 129 invalidPlugins = lib.subtractLists (lib.attrNames validPlugins) selectedPlugins; 130 - 131 - # TODO: figure out what must be done about this upstream - related lu-zero/cargo-c#323 lu-zero/cargo-c#138 132 - cargo-c' = (cargo-c.__spliced.buildHost or cargo-c).overrideAttrs (oldAttrs: { 133 - patches = (oldAttrs.patches or [ ]) ++ [ 134 - (fetchpatch { 135 - name = "cargo-c-test-rlib-fix.patch"; 136 - url = "https://github.com/lu-zero/cargo-c/commit/dd02009d965cbd664785149a90d702251de747b3.diff"; 137 - hash = "sha256-Az0WFF9fc5+igcV8C/QFhq5GE4PAyGEO84D9ECxx3v0="; 138 - }) 139 - ]; 140 - }); 141 130 in 142 131 assert lib.assertMsg (invalidPlugins == [ ]) 143 132 "Invalid gst-plugins-rs plugin${ ··· 205 194 pkg-config 206 195 rustc 207 196 cargo 208 - cargo-c' 197 + cargo-c 209 198 nasm 210 199 ] 211 200 ++ lib.optionals stdenv.hostPlatform.isDarwin [