vicinae: 0.21.6 -> 0.21.7

(cherry picked from commit 0e77fb7170)
This commit is contained in:
R. Ryantm 2026-06-19 03:56:58 +00:00 committed by github-actions[bot]
commit aa7e4f27ce

View file

@ -21,13 +21,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.21.6";
version = "0.21.7";
src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-4Dj7joNwTKX/e6TWIt9hCK0ojW6oVcrLFqhniHKtwpc=";
hash = "sha256-r4BuhKyW4sxin0YG3/EJjed/MiP5NwN7QGiM1ySozjE=";
};
apiDeps = fetchNpmDeps {