about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-01-17 00:00:43 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-01-17 00:00:43 +0100
commit86dded674567cea05afc1b22f1ed152ec977ec66 (patch)
tree5f2693da687bb7deb2cf75caeddf876c134e33fb /pkgs/development/libraries
parente1545d42aac07d97618c46fa46b070b244d2a85f (diff)
downloadnixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar.gz
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar.bz2
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar.lz
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar.xz
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.tar.zst
nixlib-86dded674567cea05afc1b22f1ed152ec977ec66.zip
vapoursynth: R49 -> R52
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/vapoursynth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/vapoursynth/default.nix b/pkgs/development/libraries/vapoursynth/default.nix
index 87f35fbf60c2..050de50d7972 100644
--- a/pkgs/development/libraries/vapoursynth/default.nix
+++ b/pkgs/development/libraries/vapoursynth/default.nix
@@ -12,13 +12,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "vapoursynth";
-  version = "R49";
+  version = "R52";
 
   src = fetchFromGitHub {
     owner  = "vapoursynth";
     repo   = "vapoursynth";
     rev    = version;
-    sha256 = "1d298mlb24nlc2x7pixfbkd0qbpv4c706c32idsgpi96z1spkhvl";
+    sha256 = "1krfdzc2x2vxv4nq9kiv1c09hgj525qn120ah91fw2ikq8ldvmx4";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook makeWrapper ];