Skip to content

Commit

Permalink
Merge pull request #336564 from hexacera/svt-av1-pgo
Browse files Browse the repository at this point in the history
svt-av1: 2.1.2 -> 2.2.0
  • Loading branch information
jopejoe1 authored Aug 24, 2024
2 parents 04b4c1e + 17c9dc8 commit 379cbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/video/svt-av1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 379cbc4

Please sign in to comment.