lcevcdec: 3.3.5 -> 3.3.7 (#403935)

This commit is contained in:
jopejoe1
2025-05-20 15:33:33 +02:00
committed by GitHub
+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 =