mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-22 17:02:25 +01:00
vapoursynthPlugins.sangnom: r41 -> r42
This commit is contained in:
parent
9903442a8d
commit
3fe9ef81ee
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vapoursynth-sangnom";
|
pname = "vapoursynth-sangnom";
|
||||||
version = "r41";
|
version = "r42";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dubhater";
|
owner = "dubhater";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1q6iz20sjipfmvn16bjvic25n77crpak2nzcvhrp483n5ccqricw";
|
sha256 = "0g9gr4lj5krwlkxb6fc1b408zj5gnl8v36hr66r27h9ndg12flfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = [ "--libdir=${placeholder "out"}/lib/vapoursynth" ];
|
mesonFlags = [ "--libdir=${placeholder "out"}/lib/vapoursynth" ];
|
||||||
|
|
Loading…
Reference in a new issue