Merge pull request #333689 from r-ryantm/auto-update/live-server

live-server: 0.7.0 -> 0.8.0
This commit is contained in:
Nick Cao 2024-08-10 11:41:05 -04:00 committed by GitHub
commit c44dba8f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "live-server";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "lomirus";
repo = "live-server";
rev = "v${version}";
hash = "sha256-BSAsD9nRlHaTDbBpLBxN9OOQ9SekRwQeYUWV1CZO4oY=";
hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s=";
};
cargoHash = "sha256-RwueYpa/CMriSOWwGZhkps6jHmqOdRuz+ECRq/ThPs0=";
cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo=";
nativeBuildInputs = [ pkg-config ];