placebo: 1.4.2 -> 1.4.4

This commit is contained in:
Aidan Gauland 2023-11-20 07:58:12 +13:00
parent 17ded7214a
commit ebc6d24917
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vs-placebo"; pname = "vs-placebo";
version = "1.4.2"; version = "1.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Lypheo"; owner = "Lypheo";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-nerS1z/Ch/UqcmcY2gNL1Xl3hs1/etEAODj8pzrSuEE="; sha256 = "sha256-1DTdllP+Y4s+t2PMnpcgeLjOxOyyV/yhFSxPP9/Gy9M=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
postPatch = '' postPatch = ''
substituteInPlace meson.build \ substituteInPlace meson.build \
--replace "vapoursynth_dep.get_pkgconfig_variable('libdir')" "get_option('libdir')" --replace "vapoursynth_dep.get_variable(pkgconfig: 'libdir')" "get_option('libdir')"
''; '';
meta = with lib; { meta = with lib; {