svt-av1-psy: update to 2.2.1

This commit is contained in:
Mateusz Słodkowicz 2024-09-13 21:47:38 +02:00
parent 4191c3af68
commit d5427e76c3
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1-psy"; pname = "svt-av1-psy";
version = "2.2.0"; version = "2.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gianni-rosato"; owner = "gianni-rosato";
repo = "svt-av1-psy"; repo = "svt-av1-psy";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-NWEX7KyQbpUrMbDBQaJWindod85cLUeNqwEpaDPtWUw="; hash = "sha256-4ds7yrUMp0O5/aWOkdnrANR1D3djajU/0ZeY6xJnpHI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [