vapoursynth: 69 -> 70
This commit is contained in:
parent
a54d06dd4f
commit
509f5d09f4
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vapoursynth";
|
pname = "vapoursynth";
|
||||||
version = "69";
|
version = "70";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vapoursynth";
|
owner = "vapoursynth";
|
||||||
repo = "vapoursynth";
|
repo = "vapoursynth";
|
||||||
rev = "R${version}";
|
rev = "R${version}";
|
||||||
hash = "sha256-T2bCVNH0dLM9lFYChXzvD6AJM3xEtOVCb2tI10tIXJs=";
|
hash = "sha256-jkRjFKHNTekXluSKQ33QqsGRy7LKnkmG97U5WIjI6EM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nix-plugin-loader.patch ];
|
patches = [ ./nix-plugin-loader.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user