codebook: 0.3.6 -> 0.3.8
This commit is contained in:
parent
e4b54494cb
commit
0bc5ed4c00
@ -7,17 +7,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "codebook";
|
pname = "codebook";
|
||||||
version = "0.3.6";
|
version = "0.3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "blopker";
|
owner = "blopker";
|
||||||
repo = "codebook";
|
repo = "codebook";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-zSxMvWRpH1AtvHo/odQZftxgAMdOd8p2ZiMUcsOWhes=";
|
hash = "sha256-1ZjR3nUWpeglTTTtXdvbmMGK7SW517cQIu6IQ63a8Wc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildAndTestSubdir = "crates/codebook-lsp";
|
buildAndTestSubdir = "crates/codebook-lsp";
|
||||||
cargoHash = "sha256-FS8ZEjFFoNCJGkfL8C5hBgwj9o9XT239/9Qh/Xea2wk=";
|
cargoHash = "sha256-fwI+k9m5ptGb1KQ+mxsAmwlPhQwWSo5HGM0XeWlFHTI=";
|
||||||
|
|
||||||
# Integration tests require internet access for dictionaries
|
# Integration tests require internet access for dictionaries
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user