Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1538b64280fe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 783a689dedd4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 21, 2019

  1. vim: 8.1.1547 -> 8.1.1866

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/vim/versions
    r-ryantm committed Aug 21, 2019
    Copy the full SHA
    0fdf393 View commit details

Commits on Aug 24, 2019

  1. Merge pull request #67157 from r-ryantm/auto-update/vim

    vim: 8.1.1547 -> 8.1.1866
    mmahut authored Aug 24, 2019
    Copy the full SHA
    783a689 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/editors/vim/common.nix
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/common.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib, fetchFromGitHub }:
rec {
version = "8.1.1547";
version = "8.1.1866";

src = fetchFromGitHub {
owner = "vim";
repo = "vim";
rev = "v${version}";
sha256 = "01v35wq8wjrbzmdf5r02gp0sfa9yyfswsi3fqzn94cd68qhskkpr";
sha256 = "00db529ynin71b5drch9rd9l85bcqdpbsl3mcc0xnv770f97sa0w";
};

enableParallelBuilding = true;