silicon: 0.5.1 -> 0.5.2
Release: https://github.com/Aloxaf/silicon/releases/tag/v0.5.2 Diff: https://github.com/Aloxaf/silicon/compare/v0.5.1...v0.5.2
This commit is contained in:
parent
612f97239e
commit
3cd7bc4c18
2 changed files with 383 additions and 290 deletions
659
pkgs/tools/misc/silicon/Cargo.lock
generated
659
pkgs/tools/misc/silicon/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -20,27 +20,19 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "silicon";
|
||||
version = "0.5.1";
|
||||
version = "0.5.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Aloxaf";
|
||||
repo = "silicon";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-RuzaRJr1n21MbHSeHBt8CjEm5AwbDbvX9Nw5PeBTl+w=";
|
||||
hash = "sha256-fk1qaR7z9taOuNmjMCSdq7RybgV/3u7njU0Gehb98Lk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# fix build on aarch64-linux, see https://github.com/Aloxaf/silicon/pull/210
|
||||
(fetchpatch {
|
||||
url = "https://github.com/Aloxaf/silicon/commit/f666c95d3dab85a81d60067e2f25d29ee8ab59e7.patch";
|
||||
hash = "sha256-L6tF9ndC38yVn5ZNof1TMxSImmaqZ6bJ/NYhb0Ebji4=";
|
||||
})
|
||||
];
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"pathfinder_simd-0.5.1" = "sha256-jQCa8TpGHLWvDT9kXWmlw51QtpKImPlWi082Va721cE=";
|
||||
"pathfinder_simd-0.5.2" = "sha256-b9RuxtTRKJ9Bnh0AWkoInRVrK/a3KV/2DCbXhN63yF0=";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue