svt-av1-psy: 2.3.0 -> 2.3.0-B-unstable-2025-02-02

This commit is contained in:
Mikael Voss
2025-03-14 09:54:23 +05:30
committed by Masum Reza
parent a81e0289e5
commit 16bf6eaa88
+3 -3
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "svt-av1-psy";
version = "2.3.0";
version = "2.3.0-B-unstable-2025-02-02";
src = fetchFromGitHub {
owner = "psy-ex";
repo = "svt-av1-psy";
tag = "v${finalAttrs.version}";
hash = "sha256-qySrYZDwmoKf7oAQJlBSWInXeOceGSeL2Kc09SJ5Zs0=";
rev = "ec65071b65ee70078229182ce6e1d0f6a4aa1a47";
hash = "sha256-98u7J9tqrnc+MbryjWO2r9iuAy6QjJbbq0/o4xRLzhI=";
};
cmakeBuildType = "Release";