vapoursynth: 70 -> 71

This commit is contained in:
R. Ryantm
2025-04-20 11:42:45 +00:00
parent f315f1ad9d
commit 3a589295ad
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "70";
version = "71";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
hash = "sha256-jkRjFKHNTekXluSKQ33QqsGRy7LKnkmG97U5WIjI6EM=";
hash = "sha256-gFfkZaYIpQnDckYk6a8hGJCjBQxjjMIgzPZ4k2sVab4=";
};
nativeBuildInputs = [