ffmpeg: remove 0.11 and replace by 0.10

That branch is better supported, and 0.11 only had one user -
minidlna still builds
This commit is contained in:
Vladimír Čunát
2015-06-11 21:34:32 +02:00
parent e5b56cdfff
commit 69945a8701
2 changed files with 6 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "${branch}.5";
branch = "0.11";
sha256 = "1h5qwn4h7sppqw36hri5p6zlv2387vwaxh2pyj070xfn8hgrk4ll";
})