about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMultisampledNight <contact@multisamplednight.com>2024-01-05 01:56:15 +0100
committerMultisampledNight <contact@multisamplednight.com>2024-01-05 01:56:15 +0100
commit834794c97e336b8f23345140d0e5155b555debea (patch)
tree5a37568718efb56a59f69353d1a74c342527c414 /pkgs/applications/editors
parent974e39287e2e7c739425b3b4da3d0ebcd1768ef9 (diff)
downloadnixlib-834794c97e336b8f23345140d0e5155b555debea.tar
nixlib-834794c97e336b8f23345140d0e5155b555debea.tar.gz
nixlib-834794c97e336b8f23345140d0e5155b555debea.tar.bz2
nixlib-834794c97e336b8f23345140d0e5155b555debea.tar.lz
nixlib-834794c97e336b8f23345140d0e5155b555debea.tar.xz
nixlib-834794c97e336b8f23345140d0e5155b555debea.tar.zst
nixlib-834794c97e336b8f23345140d0e5155b555debea.zip
neovide: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/neovim/neovide/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/neovim/neovide/default.nix b/pkgs/applications/editors/neovim/neovide/default.nix
index 6840ac60919c..0142fde1726f 100644
--- a/pkgs/applications/editors/neovim/neovide/default.nix
+++ b/pkgs/applications/editors/neovim/neovide/default.nix
@@ -25,16 +25,16 @@
 
 rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
   pname = "neovide";
-  version = "0.12.0";
+  version = "0.12.1";
 
   src = fetchFromGitHub {
     owner = "neovide";
     repo = "neovide";
     rev = version;
-    sha256 = "sha256-m3ZdzdmkW69j1sZ9h7M1m5fDNnJ7BM7nwYPx7QhsIso=";
+    sha256 = "sha256-lmhTTBlhyEepUNHrm2hq42G1kA7siAsJUcYjBfajaHA=";
   };
 
-  cargoSha256 = "sha256-AAHMx4xxbC/JdmAPE2bub7qdF5sFNWjqXI1nuCUxsZA=";
+  cargoSha256 = "sha256-1R1JrNhcgC16anr5Gl1b9rHgfRLPJElef5D65joHxj0=";
 
   SKIA_SOURCE_DIR =
     let