Commit 454d9f74 authored by Christian Kögler's avatar Christian Kögler Committed by Matthieu Coudron
Browse files

neovide: unstable-2021-08-08 -> unstable-2021-10-09

parent ccfe5ee6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "neovide";
  version = "unstable-2021-08-08";
  version = "unstable-2021-10-09";

  src = fetchFromGitHub {
    owner = "Kethku";
    repo = "neovide";
    rev = "725f12cafd4a26babd0d6bbcbca9a99c181991ac";
    sha256 = "sha256-ThMobWKe3wHhR15TmmKrI6Gp1wvGVfJ52MzibK0ubkc=";
    rev = "7f76ad4764197ba75bb9263d25b265d801563ccf";
    sha256 = "sha256-kcP0WSk3quTaWCGQYN4zYlDQ9jhx/Vu6AamSLGFszwQ=";
  };

  cargoSha256 = "sha256-5lOGncnyA8DwetY5bU6k2KXNClFgp+xIBEeA0/iwGF0=";
  cargoSha256 = "sha256-TQEhz9FtvIb/6Qtyz018dPle0+nub1oMZMFtKAqYcoI=";

  SKIA_SOURCE_DIR =
    let