svt-av1-psy: 2.2.1-A -> 2.2.1-B (#347845)

This commit is contained in:
Masum Reza 2024-10-11 16:41:53 +05:30 committed by GitHub
commit f63e30a8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1-psy";
version = "2.2.1-A";
version = "2.2.1-B";
src = fetchFromGitHub {
owner = "gianni-rosato";
repo = "svt-av1-psy";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-oCs8ZSfiqmAv2go6fa51l/Kt2pb1qdvuHtACRT2xGrw=";
hash = "sha256-3GF60XMKglpU82S5XNyW1DBYtU0KVrfghRVYokZTGoI=";
};
cmakeBuildType = "Release";