fish-lsp: 1.0.9-1 -> 1.0.10

This commit is contained in:
Eman Resu 2025-08-14 15:14:17 -04:00
parent daf549d807
commit 5d248cc440

View File

@ -15,18 +15,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fish-lsp";
version = "1.0.9-1";
version = "1.0.10";
src = fetchFromGitHub {
owner = "ndonfris";
repo = "fish-lsp";
tag = "v${finalAttrs.version}";
hash = "sha256-NyEhvW5NMqvESdbauxur7xWAzQiQdTVklGMYhckNAnw=";
hash = "sha256-OZiqEef4jE1H47mweVCzhaRCSsFdpgUdCSuhWRz2n2M=";
};
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-xB4kWpPQbA1OkXNr5sozPIP96dLJhwoDUpesE6DORzg=";
hash = "sha256-N9P2mmqAfbg/Kpqx+vZbb+fhaD1I/3UjiJaEqFPJyO0=";
};
nativeBuildInputs = [