vicinae: 0.19.7 -> 0.19.9

This commit is contained in:
R. Ryantm
2026-02-20 13:45:05 +00:00
parent 3872d14c6a
commit bebe34d47f
+2 -2
View File
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.19.7";
version = "0.19.9";
src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-jJhGzVLu8QgMQrhZgJxRYcYwzrG+dKUdo9qWX8KBwnk=";
hash = "sha256-y4Z5QknWJ18jU8BiZlYvmhhSB0h3A2ZL7hMjQdgGdgk=";
};
apiDeps = fetchNpmDeps {