mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 08:42:27 +01:00
vapoursynthPlugins.bm3d: r8 -> r9
This commit is contained in:
parent
d5de0132a2
commit
3446f34df4
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vapoursynth-bm3d";
|
pname = "vapoursynth-bm3d";
|
||||||
version = "r8";
|
version = "r9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HomeOfVapourSynthEvolution";
|
owner = "HomeOfVapourSynthEvolution";
|
||||||
repo = "VapourSynth-BM3D";
|
repo = "VapourSynth-BM3D";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0hifiyqr0vp3rkqrjbz2fvka7s8xvcpl58rjf0rvljs64bxia4v7";
|
sha256 = "sha256-i7Kk7uFt2Wo/EWpVkGyuYgGZxBuQgOT3JM+WCFPHVrc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
nativeBuildInputs = [ meson ninja pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue