From ebc6d24917c8f7b8766f6b7c9c7a78c9d69cf3a2 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Mon, 20 Nov 2023 07:58:12 +1300 Subject: [PATCH] placebo: 1.4.2 -> 1.4.4 --- plugins/placebo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/placebo/default.nix b/plugins/placebo/default.nix index dcb29c6..843e4b7 100644 --- a/plugins/placebo/default.nix +++ b/plugins/placebo/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "vs-placebo"; - version = "1.4.2"; + version = "1.4.4"; src = fetchFromGitHub { owner = "Lypheo"; repo = pname; rev = version; - sha256 = "sha256-nerS1z/Ch/UqcmcY2gNL1Xl3hs1/etEAODj8pzrSuEE="; + sha256 = "sha256-1DTdllP+Y4s+t2PMnpcgeLjOxOyyV/yhFSxPP9/Gy9M="; fetchSubmodules = true; }; @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { postPatch = '' 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; {