lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

vim: 8.2.3337 -> 8.2.3451 (#138870)

authored by

R. RyanTM and committed by
GitHub
1bd28809 eebbebca

+2 -2
+2 -2
pkgs/applications/editors/vim/common.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 rec { 3 - version = "8.2.3337"; 3 + version = "8.2.3451"; 4 4 5 5 src = fetchFromGitHub { 6 6 owner = "vim"; 7 7 repo = "vim"; 8 8 rev = "v${version}"; 9 - sha256 = "sha256-iwSGcLeqXH0bVIXEI5OnotG88Uv8ntycisD9EcHjz/c="; 9 + sha256 = "sha256-8OaEaFyOaL59j0EZkUY+kuR6si79H2dN09f8SnltxbQ="; 10 10 }; 11 11 12 12 enableParallelBuilding = true;