mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-16 22:22:25 +01:00
vapoursynthPlugins.vsutil: 0.5.0 -> unstable-2021-10-23
0.6.0 does not yet include the fix for newer VapourSynth versions.
This commit is contained in:
parent
b1ed81ec8b
commit
6852d64d6f
|
@ -1,15 +1,15 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub, vapoursynth }:
|
{ lib, buildPythonPackage, fetchFromGitHub, fetchpatch, vapoursynth }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "vsutil";
|
pname = "vsutil";
|
||||||
version = "0.5.0";
|
version = "unstable-2021-10-23";
|
||||||
|
|
||||||
# there are no tests in the pypi tarball
|
# there are no tests in the pypi tarball
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Irrational-Encoding-Wizardry";
|
owner = "Irrational-Encoding-Wizardry";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "a101f22b7be4f28bc89ed73bfc82cce3067dc549";
|
||||||
sha256 = "0pv3910g5cdx132cq9f3g7rb3yxyxyvw9110vsl196xswkccl8n8";
|
sha256 = "sha256-IQncZxpd2QNYmjMXxE++yeY4mDffBjOtE69J2lQPQUU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue