Skip to content

Instantly share code, notes, and snippets.

@haruki7049
Created September 15, 2024 02:10
Show Gist options
  • Save haruki7049/0b1af8d8dce308924a3c31818c840468 to your computer and use it in GitHub Desktop.
Save haruki7049/0b1af8d8dce308924a3c31818c840468 to your computer and use it in GitHub Desktop.
sonic-pi-tool
{
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
pname = "sonic-pi-tool";
version = "0-unstable-2022-11-04";
src = fetchFromGitHub {
owner = "lpil";
repo = pname;
rev = "7098783e44a91ddf78ae4388148369cec6a5c602";
hash = "sha256-CoI+EvV+g/rjvwcX3LHdGE1VanQDSmTTTsrpRuP5NHI=";
};
cargoHash = "sha256-Qwf10OD8JGGEvbIkqeFWpjtpoHHFTxwFjsru0/+1ydE=";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment