Skip to content

Commit

Permalink
ffmpeg: 2.8.10 -> 2.8.11 for multiple CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 15, 2017
1 parent 188526d commit 78f59f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/2.8.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ callPackage, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "${branch}.10";
version = "${branch}.11";
branch = "2.8";
sha256 = "1jd9vqrsng6swk1xsms3qvwqjzla58xbk3103qmnxkixa1rimkni";
sha256 = "0cldkzcbvsnb7mxz3kwpa0mnb44wmlc0qyl01wwi2qznn7vf11wr";
})

0 comments on commit 78f59f1

Please sign in to comment.