mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
ffmpeg: 3.1.3 -> 3.1.4
This commit is contained in:
parent
09e4b78b48
commit
2f7bdfe97e
|
@ -5,9 +5,9 @@
|
|||
}@args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "${branch}.3";
|
||||
version = "${branch}.4";
|
||||
branch = "3.1";
|
||||
sha256 = "0f4ajs0c4088nkal4gqagx05wfyhd1izfxmzxxsdh56ibp38kg2q";
|
||||
sha256 = "1ynb1f0py5jb6hs78ypynpwc3jlqrw51vl8y1wnd44nwlisxz6bw";
|
||||
darwinFrameworks = [ Cocoa CoreMedia ];
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./sdk_detection.patch;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue