lcevcdec: 3.3.7 -> 3.3.8

This commit is contained in:
jopejoe1 2025-06-20 22:21:03 +00:00
parent 49645047e6
commit c146164b4f

View File

@ -3,6 +3,7 @@
fetchFromGitHub,
git,
gitUpdater,
fetchpatch,
lib,
nlohmann_json,
pkg-config,
@ -13,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lcevcdec";
version = "3.3.7";
version = "3.3.8";
outputs = [
"out"
@ -25,9 +26,16 @@ stdenv.mkDerivation (finalAttrs: {
owner = "v-novaltd";
repo = "LCEVCdec";
tag = finalAttrs.version;
hash = "sha256-+ltttvaNGes3V9gAWGSGwn6g/whOhjdv4gCUzeD4cNI=";
hash = "sha256-s7gY3l5ML+7T7i6DsstC75XXgxQgTWyITfa+8OhHl+w=";
};
patches = [
(fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/010-lcevcdec-fix-pkgconfig-libs.patch?h=lcevcdec&id=a3470fad7d64dfc9d5ebd7ed0c09cb1fb5e2488f";
hash = "sha256-z65W3k2OA/QDX0jJu4nmXtpi8kTcUFN7cK82PsI4jrQ=";
})
];
postPatch =
''
substituteInPlace cmake/tools/version_files.py \