We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5e9155 + b75334c commit b71a8b4Copy full SHA for b71a8b4
pkgs/by-name/li/live-server/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "live-server";
13
- version = "0.8.0";
+ version = "0.9.0";
14
15
src = fetchFromGitHub {
16
owner = "lomirus";
17
repo = "live-server";
18
rev = "v${version}";
19
- hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s=";
+ hash = "sha256-0XZ7ABR2xSVbixXbjdKiUTcQ7TqAZGyVpWqzMx5kR2g=";
20
};
21
22
- cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo=";
+ cargoHash = "sha256-lMRj+8D5jigCNXld4QfXy3QpRQo4ecCByqoDGC8no1w=";
23
24
nativeBuildInputs = [ pkg-config ];
25
0 commit comments