vicinae: 0.21.3 -> 0.21.6

(cherry picked from commit ca12618780)
This commit is contained in:
R. Ryantm 2026-06-09 18:45:40 +00:00 committed by github-actions[bot]
commit dae377b747

View file

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