mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
[Backport staging-26.05] libde265: 1.0.19 -> 1.1.0 (#528156)
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.0.19";
|
||||
version = "1.1.0";
|
||||
pname = "libde265";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "strukturag";
|
||||
repo = "libde265";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-77OIclR2TwOigo/k5ps9S0TrDNvEjf290PqZyqBcydo=";
|
||||
hash = "sha256-QhBi23HttVdIJCueSeKj3ZKwqX1iFcuAX7GmnMRCyN8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/strukturag/libde265";
|
||||
changelog = "https://github.com/strukturag/libde265/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Open h.265 video codec implementation";
|
||||
mainProgram = "dec265";
|
||||
license = lib.licenses.lgpl3;
|
||||
|
||||
Reference in New Issue
Block a user