File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626
2727rustPlatform . buildRustPackage . override { stdenv = clangStdenv ; } rec {
2828 pname = "neovide" ;
29- version = "0.14.0 " ;
29+ version = "0.14.1 " ;
3030
3131 src = fetchFromGitHub {
3232 owner = "neovide" ;
3333 repo = "neovide" ;
34- rev = version ;
35- hash = "sha256-4fdC/wChsCICLd69ZjK7IaCH7gDmXvfKllCnRNsdqYI =" ;
34+ tag = version ;
35+ hash = "sha256-tXKTKE2JrDDJDpnipCv1hk7vS/0i7nrjzqMoMAy53qM =" ;
3636 } ;
3737
3838 useFetchCargoVendor = true ;
39- cargoHash = "sha256-k3eblWIlOaGJHUSgxxsU2aFR504M+8XTXP16kt2fXbY =" ;
39+ cargoHash = "sha256-RKgpgM6quN0plYYE8fien5tUtHlN0YG0VTp5BGuzzuo =" ;
4040
4141 SKIA_SOURCE_DIR =
4242 let
4343 repo = fetchFromGitHub {
4444 owner = "rust-skia" ;
4545 repo = "skia" ;
4646 # see rust-skia:skia-bindings/Cargo.toml#package.metadata skia
47- rev = "m131 -0.79.1 " ;
48- hash = "sha256-XqXfKNYSiECbN96WVWA67Vy4sPuVvg6KqHESjA8gFJM =" ;
47+ tag = "m132 -0.81.0 " ;
48+ hash = "sha256-9DQgCaCiK0zgsl0wARPEiGjyXxmNLRSYaHf3690KuCM =" ;
4949 } ;
5050 # The externals for skia are taken from skia/DEPS
5151 externals = linkFarm "skia-externals" (
You can’t perform that action at this time.
0 commit comments