mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libde265: 1.0.19 -> 1.1.0
Diff: https://github.com/strukturag/libde265/compare/v1.0.19...v1.1.0 Changelog: https://github.com/strukturag/libde265/releases/tag/v1.1.0
This commit is contained in:
parent
8aa7c75b47
commit
eb64ffdbce
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue