fennel-ls: 0.1.2 -> 0.1.3
This commit is contained in:
parent
46c0e80271
commit
87cd4369d4
@ -7,13 +7,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fennel-ls";
|
pname = "fennel-ls";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~xerool";
|
owner = "~xerool";
|
||||||
repo = "fennel-ls";
|
repo = "fennel-ls";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-8TDJ03x9dkfievbovzMN3JRfIKba3CfzbcRAZOuPbKs=";
|
hash = "sha256-7NifEbOH8TDzon3f6w4I/7uryE1e9M5iYvqEb0hLv5s=";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
lua
|
lua
|
||||||
@ -22,12 +22,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Language server for intelligent editing of the Fennel Programming Language";
|
description = "Language server for intelligent editing of the Fennel Programming Language";
|
||||||
homepage = "https://git.sr.ht/~xerool/fennel-ls/";
|
homepage = "https://git.sr.ht/~xerool/fennel-ls/";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
changelog = "https://git.sr.ht/~xerool/fennel-ls/refs/${version}";
|
changelog = "https://git.sr.ht/~xerool/fennel-ls/refs/${finalAttrs.version}";
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
luftmensch-luftmensch
|
luftmensch-luftmensch
|
||||||
yisraeldov
|
yisraeldov
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user