summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-29 02:23:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-29 02:23:31 +0000
commit43f61cf8d47009a1ff44c20fd202641b3f1de79c (patch)
treea23800f47fa81d44110e6756dedf0babefe476ba
parent5996187504b67d4d8d2359cc3fd397769b4028d2 (diff)
downloadnixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar.gz
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar.bz2
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar.lz
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar.xz
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.tar.zst
nixpkgs-43f61cf8d47009a1ff44c20fd202641b3f1de79c.zip
libvterm-neovim: 0.3.1 -> 0.3.2
-rw-r--r--pkgs/development/libraries/libvterm-neovim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libvterm-neovim/default.nix b/pkgs/development/libraries/libvterm-neovim/default.nix
index bbbceab3ab7..27ce41d20f6 100644
--- a/pkgs/development/libraries/libvterm-neovim/default.nix
+++ b/pkgs/development/libraries/libvterm-neovim/default.nix
@@ -8,11 +8,11 @@
 stdenv.mkDerivation rec {
   pname = "libvterm-neovim";
   # Releases are not tagged, look at commit history to find latest release
-  version = "0.3.1";
+  version = "0.3.2";
 
   src = fetchurl {
     url = "https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz";
-    sha256 = "sha256-JaitnBVIU2jf0Kip3KGuyP6lwn2j+nTsUY1dN4fww5c=";
+    sha256 = "sha256-ketQiAafTm7atp4UxCEvbaAZLmVpWVbcBIAWoNq4vPY=";
   };
 
   nativeBuildInputs = [ perl libtool ];