1
0
Fork 0

fennel-ls: Update

This commit is contained in:
Daniel Kempkens 2023-05-15 23:55:40 +02:00
parent 802122d311
commit db9810fc68
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -2,13 +2,13 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "fennel-ls"; pname = "fennel-ls";
version = "2023-02-14"; version = "2023-05-05";
src = pkgs.fetchFromSourcehut { src = pkgs.fetchFromSourcehut {
owner = "~xerool"; owner = "~xerool";
repo = pname; repo = pname;
rev = "main"; rev = "8c33a46d6d6d7d1ba63aca82e6b29e35ff81be34";
hash = "sha256-S/TDZcGvI2LgK7gjMWGr/yNK+9TDJhxCDR2Jja5jscU="; sha256 = "sha256-zcqMoto/jHtilUQjJdt0yxoe8tAFwO7bPQpEF7zKXrg=";
fetchSubmodules = false; fetchSubmodules = false;
}; };