tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
emmylua-check: 0.14.0 -> 0.15.0
R. Ryantm
6 months ago
c5253188
72229b76
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
em
emmylua-check
package.nix
+3
-3
pkgs/by-name/em/emmylua-check/package.nix
reviewed
···
7
7
}:
8
8
rustPlatform.buildRustPackage (finalAttrs: {
9
9
pname = "emmylua_check";
10
10
-
version = "0.14.0";
10
10
+
version = "0.15.0";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "EmmyLuaLs";
14
14
repo = "emmylua-analyzer-rust";
15
15
tag = finalAttrs.version;
16
16
-
hash = "sha256-V/Sy5h0dLayf9Oxgh9eFfDm00hJbwq1WAD8k0AA5GTw=";
16
16
+
hash = "sha256-UfsSsS+yXpWY1L2Wcgcj+JxS/LNr3BYhHq2JzUdxwqE=";
17
17
};
18
18
19
19
buildAndTestSubdir = "crates/emmylua_check";
20
20
21
21
-
cargoHash = "sha256-ijxLMf7FjX4LzrYwQilC1QfqRP91yFvq5WCoVFJ9V8M=";
21
21
+
cargoHash = "sha256-rVTxAOQOngeJaP2SDfgeqOuoc2T8dEvlpe9gKfu5tas=";
22
22
23
23
nativeInstallCheckInputs = [
24
24
versionCheckHook