tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
vapoursynth: R59 -> R60
Sarah Netzsch
3 years ago
97d07a6a
a0e0d16d
+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
···
6
6
7
7
stdenv.mkDerivation rec {
8
8
pname = "vapoursynth";
9
9
-
version = "59";
9
9
+
version = "60";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "vapoursynth";
13
13
repo = "vapoursynth";
14
14
rev = "R${version}";
15
15
-
sha256 = "sha256-6w7GSC5ZNIhLpulni4sKq0OvuxHlTJRilBFGH5PQW8U=";
15
15
+
sha256 = "sha256-E1uHNcGxBrwg00tNnY3qH6BpvXtBEGkX7QFy0aMLSnA=";
16
16
};
17
17
18
18
patches = [