neovim-qt: 0.2.1 -> 0.2.3

This commit is contained in:
Rok Garbas 2016-10-30 23:06:59 +01:00
parent 7e4c7d6af0
commit c27c1b2696
No known key found for this signature in database
GPG Key ID: A0E01EF44C27BF00

View File

@ -3,7 +3,7 @@
}: }:
let # not very usable ATM let # not very usable ATM
version = "0.2.1"; version = "0.2.3";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "neovim-qt-${version}"; name = "neovim-qt-${version}";
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "equalsraf"; owner = "equalsraf";
repo = "neovim-qt"; repo = "neovim-qt";
rev = "v${version}"; rev = "v${version}";
sha256 = "0mqs2f7l05q2ayj77czr5fnpr7fa00qrmjdjxglbwxdxswcsz88n"; sha256 = "0ichqph7nfw3934jf0sp81bqd376xna3f899cc2xg88alb4f16dv";
}; };
# It tries to download libmsgpack; let's use ours. # It tries to download libmsgpack; let's use ours.