vicinae: 0.16.14 -> 0.17.1 (#472837)

This commit is contained in:
Michael Daniels
2025-12-22 21:58:49 +00:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@
- `python3Packages.gradio` has been updated to version 6. See upstream's migration guide at https://www.gradio.app/main/guides/gradio-6-migration-guide.
- `vicinae` has been updated to v0.17. Version 0.17 contains a complete overhaul of the configuration system. For update instructions, see the [release notes for v0.17.0](https://github.com/vicinaehq/vicinae/releases/tag/v0.17.0) and the [upstream configuration documentation](https://docs.vicinae.com/config).
- All Log4Shell vulnerability scanners were removed, as they were all unmaintained upstream and are no longer relevant given that the vulnerability has been fixed upstream for several years.
- `asio` (standalone version of `boost::asio`) has been updated from 1.24.0 to 1.36.0. Some breaking changes were introduced between these
+5 -2
View File
@@ -5,6 +5,7 @@
coreutils,
fetchFromGitHub,
fetchNpmDeps,
glaze,
kdePackages,
lib,
libqalculate,
@@ -21,13 +22,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.16.14";
version = "0.17.1";
src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-G9zuw0IuzOxCeAcLE+IXcsdp0vAGMXBBdlfjBISnL90=";
hash = "sha256-xKEfWYf3gJ5wEYd8krT5w70rr0QYEu+7rqJ/IZmCHeQ=";
};
apiDeps = fetchNpmDeps {
@@ -44,6 +45,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
"VICINAE_GIT_TAG" = "v${finalAttrs.version}";
"VICINAE_PROVENANCE" = "nix";
"INSTALL_NODE_MODULES" = "OFF";
"USE_SYSTEM_GLAZE" = "ON";
"CMAKE_INSTALL_PREFIX" = placeholder "out";
"CMAKE_INSTALL_DATAROOTDIR" = "share";
"CMAKE_INSTALL_BINDIR" = "bin";
@@ -64,6 +66,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
buildInputs = [
abseil-cpp
cmark-gfm
glaze
kdePackages.layer-shell-qt
kdePackages.qtkeychain
libqalculate