removing termusic
This commit is contained in:
parent
2a713dce7d
commit
b5aadbf88b
6 changed files with 18 additions and 707 deletions
|
@ -1,17 +0,0 @@
|
|||
final: prev: {
|
||||
termusic-git = prev.termusic.overrideAttrs (old: rec {
|
||||
version = "HEAD";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "tramhao";
|
||||
repo = "termusic";
|
||||
rev = "HEAD";
|
||||
hash = "sha256-rK4kZlKXxH4fh7ODCwfx/MfDZaFOPMgw7XLOKHtistc=";
|
||||
};
|
||||
|
||||
cargoDeps = final.rustPlatform.fetchCargoVendor {
|
||||
inherit src;
|
||||
hash = "sha256-q8rfB57sSmzvuY+QomBY8boOADLSYQnt1aRVi6fz1bY=";
|
||||
};
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue