We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5bbe542 commit 6edc978Copy full SHA for 6edc978
pkgs/development/libraries/ffmpeg/2.8.nix
@@ -1,7 +1,7 @@
1
{ callPackage, ... } @ args:
2
3
callPackage ./generic.nix (args // rec {
4
- version = "${branch}.8";
+ version = "${branch}.10";
5
branch = "2.8";
6
- sha256 = "19h6xmlcb933hgpfd40mjwkral8v389v25sx660a3p7aiyalh25p";
+ sha256 = "1jd9vqrsng6swk1xsms3qvwqjzla58xbk3103qmnxkixa1rimkni";
7
})
0 commit comments