diff options
author | R. Ryantm | 2024-09-17 22:15:31 +0000 |
---|---|---|
committer | R. Ryantm | 2024-09-17 22:15:31 +0000 |
commit | 509f5d09f493c1dc36f33c5d5b659626d832f17f (patch) | |
tree | aa005722c09803979dce4fb0c1d7d1eb38516207 /pkgs/by-name/va | |
parent | a54d06dd4f3f9ecba54c2d0d4651d685c71ca0db (diff) |
vapoursynth: 69 -> 70
Diffstat (limited to 'pkgs/by-name/va')
-rw-r--r-- | pkgs/by-name/va/vapoursynth/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/va/vapoursynth/package.nix b/pkgs/by-name/va/vapoursynth/package.nix index 278cf1e56778..bddcb3c2950a 100644 --- a/pkgs/by-name/va/vapoursynth/package.nix +++ b/pkgs/by-name/va/vapoursynth/package.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "vapoursynth"; - version = "69"; + version = "70"; src = fetchFromGitHub { owner = "vapoursynth"; repo = "vapoursynth"; rev = "R${version}"; - hash = "sha256-T2bCVNH0dLM9lFYChXzvD6AJM3xEtOVCb2tI10tIXJs="; + hash = "sha256-jkRjFKHNTekXluSKQ33QqsGRy7LKnkmG97U5WIjI6EM="; }; patches = [ ./nix-plugin-loader.patch ]; |