railcar: add reference to upstream patch

This commit is contained in:
Alexey Shmalko 2018-12-11 17:37:18 +02:00
parent 7641a13447
commit e376aecb1e
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -10,10 +10,12 @@ rustPlatform.buildRustPackage rec {
rev = "v${version}";
sha256 = "09zn160qxd7760ii6rs5nhr00qmaz49x1plclscznxh9hinyjyh9";
};
cargoSha256 = "16f3ys0zzha8l5jdklmrqivl8hmrb9qgqgzcm3jn06v45hls9lan";
buildInputs = [ libseccomp ];
# Submitted upstream https://github.com/oracle/railcar/pull/44
cargoPatches = [ ./cargo-lock.patch ];
meta = with lib; {