mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
svt-av1: 2.0.0 -> 2.1.2
Changes: - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.0 - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.1 - https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.1.2
This commit is contained in:
parent
64cb1028f3
commit
c5e1c7505c
@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "svt-av1";
|
||||
version = "2.0.0";
|
||||
version = "2.1.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "AOMediaCodec";
|
||||
repo = "SVT-AV1";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-yfKnkO8GPmMpTWTVYDliERouSFgQPe3CfJmVussxfHY=";
|
||||
hash = "sha256-jrfnUcDTbrf3wWs0D57ueeLmndhpOQChM7gBB14MzcQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user