From 2c2de8602d4eb4cb20c4dff8bb05153fe556c3a9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 22 Jan 2021 13:56:22 +0100 Subject: [PATCH] vapoursynthPlugins.f3kdb: fix build with python3.7+ Since binary git patches are not supported, this manually specifies the required revision. --- plugins/f3kdb/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/f3kdb/default.nix b/plugins/f3kdb/default.nix index fe5eab6..95028da 100644 --- a/plugins/f3kdb/default.nix +++ b/plugins/f3kdb/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "flash3kyuu_deband"; - version = "2.0.0-1"; + version = "unstable-2018-08-09"; src = fetchFromGitHub { owner = "SAPikachu"; repo = pname; - rev = version; - sha256 = "0qfm85z2r9kr56i406bfz04wb92amkrsgbhdrp0dpfp6xvhv72nj"; + rev = "c57e9d6a535ec9a85fb5415a405f099cbe69f535"; + sha256 = "1jkp6b29adjfwl94r8snvk4fv2vy0rgvswsyda5f4jb3lf9hds59"; }; wafConfigureFlags = [ "--libdir=${placeholder "out"}/lib/vapoursynth" ];