about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2023-04-06 23:54:05 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2023-04-06 23:54:05 +0200
commitbdb7cabbc4f7aed9859a03c1e337bf2e69244a9d (patch)
tree3a2d5d8a22e64e921ed85fe6386eee34e7c4cbe0
parent1a14c8d6b157e2402695db4e5a05bd3f5c90a16c (diff)
vapoursynth: 61 -> 62
-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 3a88e3bd04b41..b2fcf8eb1ebb0 100644
--- a/pkgs/development/libraries/vapoursynth/default.nix
+++ b/pkgs/development/libraries/vapoursynth/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vapoursynth";
-  version = "61";
+  version = "62";
 
   src = fetchFromGitHub {
     owner  = "vapoursynth";
     repo   = "vapoursynth";
     rev    = "R${version}";
-    sha256 = "sha256-JJWq706GLywUO5voYKzxcOvMWF4/NXEbqOrj5uG4DWw=";
+    sha256 = "sha256-/40+SXFLX8upGKP3K+wk8RnO1Al4YoF8GFXyoxTkKs0=";
   };
 
   patches = [