Unverified Commit 7fceb312 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

vimPlugins.zig-vim: 0-unstable-2026-03-09 -> 0-unstable-2026-04-13 (#510781)

parents 24f8ba90 69cf224d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
vimUtils.buildVimPlugin {
  pname = "zig.vim";
  version = "0-unstable-2026-03-09";
  version = "0-unstable-2026-04-13";

  src = fetchFromCodeberg {
    owner = "ziglang";
    repo = "zig.vim";
    rev = "9e76c2843f6292dc9c804996d78244fe1028891a";
    hash = "sha256-eWQqr/LopjzFJhZC3mHdUrWVDcLPHDHkxcuhrJMaY3w=";
    rev = "30a1634b3a4193290dc3aad8f84c53b353b1d80f";
    hash = "sha256-2nr6csxVNDI/fRf0bsYcFKHWhvJe0vMkOT/J+4+EJaU=";
  };

  passthru.updateScript = nix-update-script {