Skip to content

Commit 39e042f

Browse files
Cray ElliottCray Elliott
Cray Elliott
authored and
Cray Elliott
committedMay 24, 2017
ffmpeg: 3.3 -> 3.3.1
ffmpeg-full: 3.3 -> 3.3.1
1 parent 323f28d commit 39e042f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/development/libraries/ffmpeg-full/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
230230

231231
stdenv.mkDerivation rec {
232232
name = "ffmpeg-full-${version}";
233-
version = "3.3";
233+
version = "3.3.1";
234234

235235
src = fetchurl {
236236
url = "https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz";
237-
sha256 = "17anx7rnbi63if1ndr61836lf76dpn47n0y424hc48bj05y7z7jr";
237+
sha256 = "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp";
238238
};
239239

240240
patchPhase = ''patchShebangs .

‎pkgs/development/libraries/ffmpeg/3.3.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
callPackage ./generic.nix (args // rec {
88
version = "${branch}";
9-
branch = "3.3";
10-
sha256 = "1p3brx0qa3i3569zlmcmpbxf17q73nrmbx2vp39s8h77r53qdq11";
9+
branch = "3.3.1";
10+
sha256 = "0bwgm6z6k3khb91qh9xv15inykkfchpkm0lcdckkxhkacpyaf0mp";
1111
darwinFrameworks = [ Cocoa CoreMedia ];
1212
})

0 commit comments

Comments
 (0)
Please sign in to comment.