feat(pkgs/tvix): update and apply patch to canon
This commit is contained in:
parent
375d87edc3
commit
bb40996c4b
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
fetchgit,
|
||||
fetchpatch,
|
||||
rustPlatform,
|
||||
protobuf,
|
||||
packages ? [ ],
|
||||
|
@ -12,12 +13,18 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
src = fetchgit {
|
||||
name = "tvix";
|
||||
url = "https://cl.tvl.fyi/depot";
|
||||
rev = "507a5c1b7376a2f9617b286f142ec8115cf19a6e";
|
||||
hash = "sha256-QTAzM8b59NtQSjvlu5mcO13t4T58Mv00ax7/RnRENwk=";
|
||||
url = "https://code.tvl.fyi/depot.git";
|
||||
rev = "e97202e54a02d0717f0457fec0863e3e74fc93d8";
|
||||
hash = "sha256-V/3vSjLp28hv1vJowvy9NlBp7gV6GayHzj4iUN6dek0=";
|
||||
};
|
||||
|
||||
patches = [ ];
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://cl.tvl.fyi/changes/depot~12015/revisions/1/patch?download";
|
||||
decode = "base64 -d";
|
||||
hash = "sha256-2KHXwLp5unhC8albVT6Cimw2zZCes93lDdM5jckvxd0=";
|
||||
})
|
||||
];
|
||||
postPatch = "cd tvix";
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue