whispers
2026-03-05 14:33:50 -05:00
parent 917fec9909
commit db2d5cec4c
+6 -2
View File
@@ -19,16 +19,17 @@
stdenv,
wayland,
libxml2,
udevCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.20.2";
version = "0.20.3";
src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-mUHV5wFbtNt00XnghklltvJ/LRi+17fluGuFebQ0HEw=";
hash = "sha256-9xE2izQakApB+cgibErwyY3KAlc6F26UhgCw/Tak43c=";
};
apiDeps = fetchNpmDeps {
@@ -104,6 +105,9 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "ExecStart=vicinae" "ExecStart=$out/bin/vicinae"
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ udevCheckHook ];
passthru.updateScript = ./update.sh;
meta = {