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

authored by Theodore Ni and committed by GitHub b71a8b49 f5e91559

+3 -3
+3 -3
pkgs/by-name/li/live-server/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "live-server"; 13 - version = "0.8.0"; 14 15 src = fetchFromGitHub { 16 owner = "lomirus"; 17 repo = "live-server"; 18 rev = "v${version}"; 19 - hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s="; 20 }; 21 22 - cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo="; 23 24 nativeBuildInputs = [ pkg-config ]; 25
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "live-server"; 13 + version = "0.9.0"; 14 15 src = fetchFromGitHub { 16 owner = "lomirus"; 17 repo = "live-server"; 18 rev = "v${version}"; 19 + hash = "sha256-0XZ7ABR2xSVbixXbjdKiUTcQ7TqAZGyVpWqzMx5kR2g="; 20 }; 21 22 + cargoHash = "sha256-lMRj+8D5jigCNXld4QfXy3QpRQo4ecCByqoDGC8no1w="; 23 24 nativeBuildInputs = [ pkg-config ]; 25