[Backport staging-25.11] libde265: 1.0.18 -> 1.0.19 (#524347)

This commit is contained in:
Vladimír Čunát
2026-05-26 07:44:14 +00:00
committed by GitHub

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 = [