libde265: 1.0.18 -> 1.0.19

(cherry picked from commit 8aa7c75b47)
(cherry picked from commit a14161da713e1511cdffa409d62ee71adc34c509)
This commit is contained in:
R. Ryantm
2026-06-22 08:15:15 +02:00
committed by Vladimír Čunát
parent 179557247b
commit 752123aaa9
+2 -2
View File
@@ -15,14 +15,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.0.18";
version = "1.0.19";
pname = "libde265";
src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
tag = "v${finalAttrs.version}";
hash = "sha256-N6K82ElrzrMSNKfPTDsc5onrxucIJ8niwFgbaEPPd2I=";
hash = "sha256-77OIclR2TwOigo/k5ps9S0TrDNvEjf290PqZyqBcydo=";
};
nativeBuildInputs = [