1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #336564 from hexacera/svt-av1-pgo

svt-av1: 2.1.2 -> 2.2.0
This commit is contained in:
Johannes Jöns 2024-08-24 11:02:33 +00:00 committed by GitHub
commit 379cbc4a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${finalAttrs.version}";
hash = "sha256-jrfnUcDTbrf3wWs0D57ueeLmndhpOQChM7gBB14MzcQ=";
hash = "sha256-LkTcy+CiuhlRnQsjNMA0hTVRVx7pbYs1ujMWjLrhvEU=";
};
nativeBuildInputs = [