vapoursynth-mvtools: 21 -> 22
This commit is contained in:
parent
afb1041148
commit
15b922f4e3
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vapoursynth-mvtools";
|
pname = "vapoursynth-mvtools";
|
||||||
version = "21";
|
version = "22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dubhater";
|
owner = "dubhater";
|
||||||
repo = "vapoursynth-mvtools";
|
repo = "vapoursynth-mvtools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vjxpp4jmmjhcp8z81idsbgq6jyx0l4r4i32b8alnp6c9fahjh6p";
|
sha256 = "11al56liaahkr3819iynq83k8n42wvijfv2ja5fsjdl6j4zfzpbr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user