neovide: 0.11.0 -> 0.11.1

https://github.com/neovide/neovide/releases/tag/0.11.1
This commit is contained in:
MultisampledNight 2023-08-18 12:52:37 +02:00 committed by Matthieu Coudron
parent a996f7185e
commit 999a8951e3

View file

@ -25,16 +25,16 @@
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
pname = "neovide";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "neovide";
repo = "neovide";
rev = version;
sha256 = "sha256-OIAGqr34QcpYVUTcW+aPoGeBez/VuT6sSFC5JQaodOI=";
sha256 = "sha256-zvpeDaLQvFQn5VfG6lsula/20AF3Oitsq7bLn8TkUiE=";
};
cargoSha256 = "sha256-SMix6lKBkje0o+SxTK7AVSd+QbUyTlu4yPZ3bxnpggg=";
cargoSha256 = "sha256-4PgwIdi511ScTLwrz89nf/YPJwEKMUgUKbKxLDzBViM=";
SKIA_SOURCE_DIR =
let