vicinae: 0.21.7 -> 0.22.0

(cherry picked from commit 29bf246dd8)
This commit is contained in:
R. Ryantm 2026-06-27 15:53:02 +00:00 committed by github-actions[bot]
commit 15a8dc0f13

View file

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