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

Commits on Jan 16, 2021

  1. vapoursynth: R49 -> R52

    rnhmjoj committed Jan 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    86dded6 View commit details

Commits on Jan 17, 2021

  1. Merge pull request #109583 from rnhmjoj/vapoursynth

    vapoursynth: R49 -> R52
    rnhmjoj authored Jan 17, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1083fa7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/vapoursynth/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vapoursynth/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "R49";
version = "R52";

src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = version;
sha256 = "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl";
sha256 = "1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4";
};

nativeBuildInputs = [ pkgconfig autoreconfHook makeWrapper ];