about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/neovide/default.nix
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2021-10-10 11:41:37 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2021-10-10 13:56:07 +0200
commit454d9f74104b41adb871f11911dab9e8e960de1a (patch)
treee73e1a32750471f5ad91bbd23f7aa187b9c4314c /pkgs/applications/editors/neovim/neovide/default.nix
parentccfe5ee60fa6b05a2a4bb7c9cbb7de600b990990 (diff)
neovide: unstable-2021-08-08 -> unstable-2021-10-09
Diffstat (limited to 'pkgs/applications/editors/neovim/neovide/default.nix')
-rw-r--r--pkgs/applications/editors/neovim/neovide/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/neovim/neovide/default.nix b/pkgs/applications/editors/neovim/neovide/default.nix
index 75d20a12a0d93..a40ff76eea34c 100644
--- a/pkgs/applications/editors/neovim/neovide/default.nix
+++ b/pkgs/applications/editors/neovim/neovide/default.nix
@@ -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