vapoursynth: 72 -> 73

This commit is contained in:
R. Ryantm
2025-11-24 18:41:16 +00:00
parent e2d5d61d22
commit ff519236c8
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "72";
version = "73";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
hash = "sha256-LRRz4471Rl/HwJ14zAkU/f2Acuofja8c0pGkuWihhsM=";
hash = "sha256-cs+MEnOi1bwA52fiTIlGGzYjy5/m/FdoK55WSADR/gQ=";
};
nativeBuildInputs = [