neovide: 0.15.0 -> 0.15.1 (#426936)

This commit is contained in:
Christian Kögler 2025-07-24 07:18:32 +02:00 committed by GitHub
commit a427bfda03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,17 +26,17 @@
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } (finalAttrs: { rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } (finalAttrs: {
pname = "neovide"; pname = "neovide";
version = "0.15.0"; version = "0.15.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovide"; owner = "neovide";
repo = "neovide"; repo = "neovide";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-MLiLddF53OXDPYuJbTAscezxN09mxZkuSOZtQz07JSE="; hash = "sha256-2iV3g6tcCkMF7sFG/GZDz3czPZNIDi6YLfrVzYO9jYI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-1ni8AZIwAz5R2Ejt9Fj5qmybvL4KZV/M3BMqQx4HFLU="; cargoHash = "sha256-YlHAcUCRk6ROg5yXIumHfsiR/2TrsSzbuXz/IQK7sEo=";
SKIA_SOURCE_DIR = SKIA_SOURCE_DIR =
let let