summary refs log tree commit diff
path: root/pkgs/development/libraries/vapoursynth
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2019-08-13 12:22:55 -0600
committerTadeo Kondrak <me@tadeo.ca>2019-08-15 18:34:27 -0600
commit696e1b055b119ecb13b6a7e820c1306575827755 (patch)
tree6361876794265cf587be790dd82c3e78d45e2c19 /pkgs/development/libraries/vapoursynth
parent705b5cd05d1be32b83cfc097732214ce6cc35790 (diff)
downloadnixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar.gz
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar.bz2
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar.lz
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar.xz
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.tar.zst
nixpkgs-696e1b055b119ecb13b6a7e820c1306575827755.zip
vapoursynth: R46 -> R47.2
Diffstat (limited to 'pkgs/development/libraries/vapoursynth')
-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 65132806d88..53d70f4d369 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 = "R46";
+  version = "R47.2";
 
   src = fetchFromGitHub {
     owner  = "vapoursynth";
     repo   = "vapoursynth";
     rev    = version;
-    sha256 = "1xbwva12l68awplardf47ydlx904wifw468npaxa9cx9dvd5mv13";
+    sha256 = "004h0vvih7dlhkcz6l2786pf7s04qhiv0bii4gjx23cxyklglh9i";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook nasm makeWrapper ];