From 39b08efe85cc5675e6f6db2d29c12528a995515b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 22 Jan 2021 15:47:03 +0100 Subject: [PATCH] vapoursynthPlugins.fmtconv: r20 -> r22 --- plugins/fmtconv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/fmtconv/default.nix b/plugins/fmtconv/default.nix index d56cb5e..d2c5cd6 100644 --- a/plugins/fmtconv/default.nix +++ b/plugins/fmtconv/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "fmtconv"; - version = "r20"; + version = "r22"; src = fetchFromGitHub { owner = "EleonoreMizo"; repo = pname; rev = version; - sha256 = "0yaxyiljllzrhx5p4pmnj8vp9ywi7mcyn861y1cyawdgkraylcyy"; + sha256 = "1nvanskvh8qv45h7islwgnyrvdkcn7h9jks5fskg4c00aj6bxrrn"; }; preAutoreconf = "cd build/unix";