svt-av1: 2.2.0 -> 2.2.1

Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/tags/v2.2.1
This commit is contained in:
Sergei Trofimovich
2024-08-25 19:16:35 +01:00
parent 41ae34fbe3
commit 690fbfaf33
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitLab {
owner = "AOMediaCodec";
repo = "SVT-AV1";
rev = "v${finalAttrs.version}";
hash = "sha256-LkTcy+CiuhlRnQsjNMA0hTVRVx7pbYs1ujMWjLrhvEU=";
hash = "sha256-/JWFO4eT8bNvhdqJ6S0mGRIP0+aUTbDrlzqzwRqJOog=";
};
nativeBuildInputs = [