d2vsource: 1.2 -> 1.3

Fixes the build.
d2vsource-fix
Aidan Gauland 2023-11-20 21:17:09 +13:00
parent 822ec35184
commit d1585d69e3
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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" ];