1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

vapoursynth: 69 -> 70 (#342668)

This commit is contained in:
Weijia Wang 2024-11-01 03:36:35 +01:00 committed by GitHub
commit b4b6cc6131
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "vapoursynth";
version = "69";
version = "70";
src = fetchFromGitHub {
owner = "vapoursynth";
repo = "vapoursynth";
rev = "R${version}";
hash = "sha256-T2bCVNH0dLM9lFYChXzvD6AJM3xEtOVCb2tI10tIXJs=";
hash = "sha256-jkRjFKHNTekXluSKQ33QqsGRy7LKnkmG97U5WIjI6EM=";
};
nativeBuildInputs = [