ffmpeg_3: 3.0.2 -> 3.1.1

This commit is contained in:
Vladimír Čunát
2016-07-09 11:43:25 +02:00
parent 4e09623b6f
commit cd04b83605
3 changed files with 9 additions and 9 deletions

View File

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

View File

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