i hate nix
This commit is contained in:
parent
88401c01be
commit
9da6b54f5c
10 changed files with 59 additions and 55 deletions
|
@ -2,13 +2,13 @@
|
|||
(pkgs.rustPlatform.buildRustPackage rec {
|
||||
pname = "discord-presence-lsp";
|
||||
version = "200ae73131a098516025e4fd5269d8c8cb6144f6";
|
||||
cargoHash = "sha256-JLNCEeo9fKeV4vTtPs+Yj2wRO1RKP2fuetrPlXcPBjA=";
|
||||
cargoHash = "sha256-2hQHhrbUYKDtFX8ZiDpVYrd9/g6bCi9XL0VwKDWFE+s=";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "xhyrom";
|
||||
repo = "zed-discord-presence";
|
||||
rev = version;
|
||||
hash = "sha256-RmpY0xkJYNDYn6SWNdKGpPetmBxf2/xY25FLeJqf0Po=";
|
||||
hash = "sha256-6KpjJajibMY7pBR5XhZf2KPBkBMkdcYKutifNdF3Hko=";
|
||||
};
|
||||
|
||||
cargoBuildFlags = "--package discord-presence-lsp";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue