File tree 2 files changed +4
-4
lines changed
pkgs/development/libraries
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,11 @@ assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
230
230
231
231
stdenv . mkDerivation rec {
232
232
name = "ffmpeg-full-${ version } " ;
233
- version = "3.3" ;
233
+ version = "3.3.1 " ;
234
234
235
235
src = fetchurl {
236
236
url = "https://www.ffmpeg.org/releases/ffmpeg-${ version } .tar.xz" ;
237
- sha256 = "17anx7rnbi63if1ndr61836lf76dpn47n0y424hc48bj05y7z7jr " ;
237
+ sha256 = "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp " ;
238
238
} ;
239
239
240
240
patchPhase = ''patchShebangs .
Original file line number Diff line number Diff line change 6
6
7
7
callPackage ./generic.nix ( args // rec {
8
8
version = "${ branch } " ;
9
- branch = "3.3" ;
10
- sha256 = "1p3brx0qa3i3569zlmcmpbxf17q73nrmbx2vp39s8h77r53qdq11 " ;
9
+ branch = "3.3.1 " ;
10
+ sha256 = "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp " ;
11
11
darwinFrameworks = [ Cocoa CoreMedia ] ;
12
12
} )
You can’t perform that action at this time.
0 commit comments