vicinae: 0.19.6 -> 0.19.7

This commit is contained in:
R. Ryantm
2026-02-12 19:36:29 +00:00
parent 3cbf09a009
commit 0cae0ca2a1
+2 -2
View File
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.19.6";
version = "0.19.7";
src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-ZS3WnNMOuH/h7aKno2aDGvfs96nItfVJB/HHDwJfODQ=";
hash = "sha256-jJhGzVLu8QgMQrhZgJxRYcYwzrG+dKUdo9qWX8KBwnk=";
};
apiDeps = fetchNpmDeps {