mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 00:32:27 +01:00
vapoursynthPlugins.fmtconv: r22 -> r29
This commit is contained in:
parent
99942ec958
commit
7333302a37
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue