Commit b4f5e9ff authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

svt-av1-psy: 2.3.0-B-unstable-2025-02-02 -> 3.0.2-unstable-2025-04-21

parent e5480e62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "svt-av1-psy";
  version = "2.3.0-B-unstable-2025-02-02";
  version = "3.0.2-unstable-2025-04-21";

  src = fetchFromGitHub {
    owner = "psy-ex";
    repo = "svt-av1-psy";
    rev = "ec65071b65ee70078229182ce6e1d0f6a4aa1a47";
    hash = "sha256-98u7J9tqrnc+MbryjWO2r9iuAy6QjJbbq0/o4xRLzhI=";
    rev = "3745419c40267d294202b52f48f069aff56cdb78";
    hash = "sha256-iAw2FiEsBGB4giWqzo1EJZok26WSlq7brq9kJubnkAQ=";
  };

  cmakeBuildType = "Release";