3
0
Fork 0
forked from mirrors/nixpkgs

kakoune: 2021.10.28 -> 2021.11.08

https://github.com/mawww/kakoune/releases/tag/v2021.11.08
This commit is contained in:
Luflosi 2021-11-07 11:58:41 +01:00
parent f6a3eba587
commit 6661cb0887
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -4,12 +4,12 @@ with lib;
stdenv.mkDerivation rec {
pname = "kakoune-unwrapped";
version = "2021.10.28";
version = "2021.11.08";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
rev = "v${version}";
sha256 = "sha256-ph0063EHyFa7arXvCVD+tGhs8ShyCDYkFVd1w6MZ5Z8=";
sha256 = "sha256-lMGMt0H1G8EN/7zSVSvU1yU4BYPnSF1vWmozLdrRTQk=";
};
makeFlags = [ "debug=no" "PREFIX=${placeholder "out"}" ];