mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
vapoursynth: R46 -> R47.2
This commit is contained in:
parent
705b5cd05d
commit
696e1b055b
|
@ -12,13 +12,13 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vapoursynth";
|
||||
version = "R46";
|
||||
version = "R47.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vapoursynth";
|
||||
repo = "vapoursynth";
|
||||
rev = version;
|
||||
sha256 = "1xbwva12l68awplardf47ydlx904wifw468npaxa9cx9dvd5mv13";
|
||||
sha256 = "004h0vvih7dlhkcz6l2786pf7s04qhiv0bii4gjx23cxyklglh9i";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook nasm makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue