lcevcdec: 3.3.5 -> 3.3.7

Notably should fix #399254 as per https://github.com/v-novaltd/LCEVCdec/issues/19
This commit is contained in:
Arnout Engelen
2025-05-13 18:04:59 +02:00
parent f02fddb8ac
commit b06b4b5b82
+2 -2
View File
@@ -13,7 +13,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lcevcdec";
version = "3.3.5";
version = "3.3.7";
outputs = [
"out"
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "v-novaltd";
repo = "LCEVCdec";
tag = finalAttrs.version;
hash = "sha256-PcV31lLABv7SGzrD/+rR9j1Z9/uZrp1hFPdW0EZwOqc=";
hash = "sha256-+ltttvaNGes3V9gAWGSGwn6g/whOhjdv4gCUzeD4cNI=";
};
postPatch =