From 3fe9ef81eeef0c9a1f628b663e163e6b46b544c9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 22 Jan 2021 15:57:45 +0100 Subject: [PATCH] vapoursynthPlugins.sangnom: r41 -> r42 --- plugins/sangnom/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sangnom/default.nix b/plugins/sangnom/default.nix index 4b6853c..5839fcb 100644 --- a/plugins/sangnom/default.nix +++ b/plugins/sangnom/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "vapoursynth-sangnom"; - version = "r41"; + version = "r42"; src = fetchFromGitHub { owner = "dubhater"; repo = pname; rev = version; - sha256 = "1q6iz20sjipfmvn16bjvic25n77crpak2nzcvhrp483n5ccqricw"; + sha256 = "0g9gr4lj5krwlkxb6fc1b408zj5gnl8v36hr66r27h9ndg12flfs"; }; mesonFlags = [ "--libdir=${placeholder "out"}/lib/vapoursynth" ];