vapoursynthPlugins.fmtconv: r22 -> r29

This commit is contained in:
Simon Bruder 2021-10-15 20:09:08 +02:00
parent 340058b00a
commit 83f487f3ca
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

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