mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-22 08:52:25 +01:00
d2vsource: 1.2 -> 1.3
Fixes the build.
This commit is contained in:
parent
822ec35184
commit
d1585d69e3
|
@ -28,7 +28,7 @@ in
|
|||
pkgs.vapoursynthPlugins.combmask
|
||||
pkgs.vapoursynthPlugins.continuityfixer
|
||||
pkgs.vapoursynthPlugins.ctmf
|
||||
# pkgs.vapoursynthPlugins.d2vsource
|
||||
pkgs.vapoursynthPlugins.d2vsource
|
||||
pkgs.vapoursynthPlugins.dctfilter
|
||||
pkgs.vapoursynthPlugins.deblock
|
||||
pkgs.vapoursynthPlugins.decross
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "d2vsource";
|
||||
version = "1.2";
|
||||
version = "1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dwbuiten";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1ax20qs1hba70r07pdw3gs4gylwb2ca4iz9ycmd9i5rvxaxy4hmp";
|
||||
sha256 = "sha256-iq03BbrFqTB7n9gExLkp16TxgDZdUB4Ne8LUU69AOWc=";
|
||||
};
|
||||
|
||||
configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
|
||||
|
|
Loading…
Reference in a new issue