tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
vapoursynth: R39 -> R40
rnhmjoj
8 years ago
c1902ef0
3f642b4d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
vapoursynth
default.nix
+2
-2
pkgs/development/libraries/vapoursynth/default.nix
···
12
12
13
13
stdenv.mkDerivation rec {
14
14
name = "vapoursynth-${version}";
15
15
-
version = "R39";
15
15
+
version = "R40";
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "vapoursynth";
19
19
repo = "vapoursynth";
20
20
rev = version;
21
21
-
sha256 = "0cw7w8xiwhxhwykydy13m44wm9vn9hrsi30z6017ngga9d84fhqy";
21
21
+
sha256 = "1ycc3fdhhryp7hap80z3qmh89br31kcswzp8ai3wlc07zfvcrfck";
22
22
};
23
23
24
24
nativeBuildInputs = [ pkgconfig autoreconfHook nasm ];