Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vapoursynth: R39 -> R40

rnhmjoj c1902ef0 3f642b4d

+2 -2
+2 -2
pkgs/development/libraries/vapoursynth/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 name = "vapoursynth-${version}"; 15 - version = "R39"; 16 17 src = fetchFromGitHub { 18 owner = "vapoursynth"; 19 repo = "vapoursynth"; 20 rev = version; 21 - sha256 = "0cw7w8xiwhxhwykydy13m44wm9vn9hrsi30z6017ngga9d84fhqy"; 22 }; 23 24 nativeBuildInputs = [ pkgconfig autoreconfHook nasm ];
··· 12 13 stdenv.mkDerivation rec { 14 name = "vapoursynth-${version}"; 15 + version = "R40"; 16 17 src = fetchFromGitHub { 18 owner = "vapoursynth"; 19 repo = "vapoursynth"; 20 rev = version; 21 + sha256 = "1ycc3fdhhryp7hap80z3qmh89br31kcswzp8ai3wlc07zfvcrfck"; 22 }; 23 24 nativeBuildInputs = [ pkgconfig autoreconfHook nasm ];