sapling: 0.2.20230426-145232+7ea1f245 -> 0.2.20230523-092610+f12b7eee
This commit is contained in:
parent
306cfb4b03
commit
8dd2bd3f76
3 changed files with 239 additions and 374 deletions
597
pkgs/applications/version-management/sapling/Cargo.lock
generated
597
pkgs/applications/version-management/sapling/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -45,7 +45,7 @@ let
|
|||
owner = "facebook";
|
||||
repo = "sapling";
|
||||
rev = version;
|
||||
hash = "sha256-r15qzyMoZDCkSnYp69bOR2wuweIcbDc7F3FibBVE/qM=";
|
||||
hash = "sha256-NwOexCU+TdZAdruivqRuqhwt0veryeGykLdH6vth+p4=";
|
||||
};
|
||||
|
||||
addonsSrc = "${src}/addons";
|
||||
|
@ -53,7 +53,7 @@ let
|
|||
# Fetches the Yarn modules in Nix to to be used as an offline cache
|
||||
yarnOfflineCache = fetchYarnDeps {
|
||||
yarnLock = "${addonsSrc}/yarn.lock";
|
||||
sha256 = "sha256-cEIij7hocCSPw1Q1ESI/t9IFmLM0Nbr/IjSz3HzBdzU=";
|
||||
sha256 = "sha256-AlY7/cdGr4i87+wMhPBh/+LFDoF8aC23OLDEHu9lYqU=";
|
||||
};
|
||||
|
||||
# Builds the NodeJS server that runs with `sl web`
|
||||
|
@ -103,10 +103,10 @@ python3Packages.buildPythonApplication {
|
|||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"abomonation-0.7.3+smallvec1" = "sha256-AxEXR6GC8gHjycIPOfoViP7KceM29p2ZISIt4iwJzvM=";
|
||||
"cloned-0.1.0" = "sha256-bgI2/Sb+jKylPt5OqhfzcWGh1N8S0zFk/yYOwv461Io=";
|
||||
"fb303_core-0.0.0" = "sha256-Rd42P2PPPgk9ohg45Lq067KcJBJ3Bw3IroYsH0YNh6s=";
|
||||
"fbthrift-0.0.1+unstable" = "sha256-/d8EJoPlSHRlkE7/d5OEy2/SEmPQyS6eUInbm/zYWH8=";
|
||||
"serde_bser-0.3.1" = "sha256-tfkIGQKi+eRnBUYEmoc3m+mb93tFdh/g5FPUAXYRMVM=";
|
||||
"cloned-0.1.0" = "sha256-MKyj91z+hciJOg4Lhb6ik7zUgCwuHsX8N9HVSP2JkKE=";
|
||||
"fb303_core-0.0.0" = "sha256-5AU54rpeDub2Iol56S4X+xfdU07zWAtOyCNRBZLzUZA=";
|
||||
"fbthrift-0.0.1+unstable" = "sha256-n4ES6zRyTgsNxbrM4AUraJ6W4tLHiKdfSyL3Yd0ET34=";
|
||||
"serde_bser-0.3.1" = "sha256-PkQx2/axT/7LQ4Mvfz1AYBWKXGvaTHkOP2jtljvuYxY=";
|
||||
};
|
||||
};
|
||||
postPatch = ''
|
||||
|
|
|
@ -73,6 +73,6 @@
|
|||
"url": "https://files.pythonhosted.org/packages/4c/76/1e41fbb365ad20b6efab2e61b0f4751518444c953b390f9b2d36cf97eea0/Cython-0.29.32.tar.gz"
|
||||
}
|
||||
],
|
||||
"version": "0.2.20230426-145232+7ea1f245",
|
||||
"versionHash": "7478665112005955779"
|
||||
"version": "0.2.20230523-092610+f12b7eee",
|
||||
"versionHash": "11350811807294821405"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue