vapoursynthPlugins.fmtconv: r20 -> r22

pull/2/head
Simon Bruder 2021-01-22 15:47:03 +01:00 committed by Tadeo Kondrak
parent 7ad347ddc4
commit 39b08efe85
1 changed files with 2 additions and 2 deletions

View File

@ -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";