[Backport release-26.05] vicinae: 0.21.6 -> 0.21.7 (#533803)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-21 03:59:33 +00:00 committed by GitHub
commit 5528aab9cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {