Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chiptrack: migrate to the new fetcher
Browse files Browse the repository at this point in the history
JohnRTitor committed Nov 16, 2024
1 parent e113be8 commit 16dd552
Showing 2 changed files with 2 additions and 5,119 deletions.
5,112 changes: 0 additions & 5,112 deletions pkgs/by-name/ch/chiptrack/Cargo.lock

This file was deleted.

9 changes: 2 additions & 7 deletions pkgs/by-name/ch/chiptrack/package.nix
Original file line number Diff line number Diff line change
@@ -64,13 +64,8 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
] ++ lib.optionals clangStdenv.hostPlatform.isLinux [ alsa-lib ];

# Has git dependencies
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"rboy-0.1.0" = "sha256-2Acgg5phDAVTJht3XIXO7/TV5FxEXyLQJtC5n7cd9Ek=";
"wamr-sys-1.2.0" = "sha256-lNpJjHqdaYi/cyoAb8RlsKuLQ9WhuGwlzcSpDM68Kco=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-DrAzTQhJOiUoonoEusLY3nzmVC5fz6sTiiLTecqeqU8=";

env = {
SKIA_SOURCE_DIR =

0 comments on commit 16dd552

Please sign in to comment.