vapoursynthPlugins.fmtconv: r22 -> r29

pull/7/head
Simon Bruder 2021-10-15 20:09:08 +02:00 committed by Simon Bruder
parent 99942ec958
commit 7333302a37
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fmtconv";
version = "r22";
version = "r29";
src = fetchFromGitHub {
owner = "EleonoreMizo";
repo = pname;
rev = version;
sha256 = "1nvanskvh8qv45h7islwgnyrvdkcn7h9jks5fskg4c00aj6bxrrn";
sha256 = "sha256-V2iY8mBIFtkLkiHXlN/KrlBmzCEpGStHYaOcJSTU9LE=";
};
preAutoreconf = "cd build/unix";