mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ffmpeg_5: 5.1.2 -> 5.1.3
(cherry picked from commit 4e7276cc60, different
src hash because 22.11 still fetches the bz2 file))
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (rec {
|
||||
version = "5.1.2";
|
||||
version = "5.1.3";
|
||||
branch = version;
|
||||
sha256 = "sha256-OaC8yNmFSfFsVwYkZ4JGpqxzbAZs69tAn5UC6RWyLys=";
|
||||
sha256 = "sha256-XVvvahHwxQBYj5hw7JZaMKzA1U2LHlNdplVKMpAtI20=";
|
||||
} // args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user