mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
ffmpeg_3: 3.0 -> 3.0.2
This commit is contained in:
parent
140e48f3c1
commit
9876769698
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "${branch}";
|
||||
version = "${branch}.2";
|
||||
branch = "3.0";
|
||||
sha256 = "1h0k05cj6j0nd2i16z7hc5scpwsbg3sfx68lvm0nlwvz5xxgg7zi";
|
||||
sha256 = "0dpx15001ha9p8h8vfg1lm9pggbc96kmb546hz88wdac5xycgqrh";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue