about summary refs log tree commit diff
path: root/pkgs/development/libraries/vapoursynth
diff options
context:
space:
mode:
authorSarah <cid+git@cid-chan.moe>2022-04-23 17:27:45 +0200
committerSarah <cid+git@cid-chan.moe>2022-04-23 18:30:04 +0200
commit08d41ae317d1f1d7db672776957212e9f3fb2fc6 (patch)
treea8d03f586e052e2dfe4d1274cabcae40cbcb4129 /pkgs/development/libraries/vapoursynth
parent46561f089130ab1d23da7602325257005bd6ee8e (diff)
vapoursynth: R57 -> R58
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 f97723bc65431..b78db16731689 100644
--- a/pkgs/development/libraries/vapoursynth/default.nix
+++ b/pkgs/development/libraries/vapoursynth/default.nix
@@ -8,13 +8,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "vapoursynth";
-  version = "R57";
+  version = "R58";
 
   src = fetchFromGitHub {
     owner  = "vapoursynth";
     repo   = "vapoursynth";
     rev    = version;
-    sha256 = "sha256-tPQ1SOIpFevOYzL9a8Lc5+dv2egVX1CY3km8yWVv+Sk=";
+    sha256 = "sha256-LIjNfyfpyvE+Ec6f4aGzRA4ZGoWPFhjtUw4yrenDsUQ=";
   };
 
   patches = [