Merge pull request #312741 from trofi/svt-av1-update

svt-av1: 2.0.0 -> 2.1.2
This commit is contained in:
Atemu
2024-07-02 02:38:58 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [