live-server: 0.8.0 -> 0.9.0 (#354395)

This commit is contained in:
Theodore Ni 2024-11-09 10:14:20 -08:00 committed by GitHub
commit b71a8b49f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "live-server"; pname = "live-server";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lomirus"; owner = "lomirus";
repo = "live-server"; repo = "live-server";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s="; hash = "sha256-0XZ7ABR2xSVbixXbjdKiUTcQ7TqAZGyVpWqzMx5kR2g=";
}; };
cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo="; cargoHash = "sha256-lMRj+8D5jigCNXld4QfXy3QpRQo4ecCByqoDGC8no1w=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];