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: 6662fbc822fe
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c27f57cf2588
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2019

  1. vapoursynth-mvtools: 20 -> 21

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/vapoursynth-mvtools/versions
    r-ryantm committed Apr 3, 2019
    Copy the full SHA
    55537ba View commit details

Commits on Apr 5, 2019

  1. Merge pull request #58910 from r-ryantm/auto-update/vapoursynth-mvtools

    vapoursynth-mvtools: 20 -> 21
    ryantm authored Apr 5, 2019
    Copy the full SHA
    c27f57c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/vapoursynth-mvtools/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vapoursynth-mvtools/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "vapoursynth-mvtools-${version}";
version = "20";
version = "21";

src = fetchFromGitHub {
owner = "dubhater";
repo = "vapoursynth-mvtools";
rev = "v${version}";
sha256 = "0nbq04wbmz7xqfcfpdvgg0p8xhh2xdcwhhx5gwr4j8bm611v0npz";
sha256 = "0vjxpp4jmmjhcp8z81idsbgq6jyx0l4r4i32b8alnp6c9fahjh6p";
};

nativeBuildInputs = [ pkgconfig ];