kakoune: remove inaccurate "unstable" from name

This commit is contained in:
Alyssa Ross 2019-02-18 16:52:34 +00:00
parent 01dacc84d4
commit 7226ab9084
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -3,7 +3,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "kakoune-unstable-${version}";
name = "kakoune-${version}";
version = "2019.01.20";
src = fetchFromGitHub {
repo = "kakoune";