Skip to content

Commit b71a8b4

Browse files
authored
live-server: 0.8.0 -> 0.9.0 (#354395)
2 parents f5e9155 + b75334c commit b71a8b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/live-server/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "live-server";
13-
version = "0.8.0";
13+
version = "0.9.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "lomirus";
1717
repo = "live-server";
1818
rev = "v${version}";
19-
hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s=";
19+
hash = "sha256-0XZ7ABR2xSVbixXbjdKiUTcQ7TqAZGyVpWqzMx5kR2g=";
2020
};
2121

22-
cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo=";
22+
cargoHash = "sha256-lMRj+8D5jigCNXld4QfXy3QpRQo4ecCByqoDGC8no1w=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)