mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
vimPlugins: update
This commit is contained in:
parent
18de53ca96
commit
e5a1277cf6
File diff suppressed because it is too large
Load Diff
@ -845,7 +845,7 @@ self: super: {
|
||||
let
|
||||
maple-bin = rustPlatform.buildRustPackage {
|
||||
name = "maple";
|
||||
src = old.src;
|
||||
inherit (old) src;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@ -860,7 +860,7 @@ self: super: {
|
||||
libiconv
|
||||
];
|
||||
|
||||
cargoSha256 = "0l1x7kprnxa95pbf8ml9ixmj0cmbnnv6nd0v6qry8j67rx8plpmp";
|
||||
cargoSha256 = "sha256-XmQTRmOO/tyA0F6FQQRxZPcVXCYZkEAiNIzU/ismjc0=";
|
||||
};
|
||||
in
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user