Skip to content

Commit

Permalink
libde265: 1.0.10 -> 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Feb 1, 2023
1 parent bb99309 commit b39c23d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/development/libraries/libde265/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, autoreconfHook
, pkg-config

Expand All @@ -13,25 +12,16 @@
}:

stdenv.mkDerivation rec {
version = "1.0.10";
version = "1.0.11";
pname = "libde265";

src = fetchFromGitHub {
owner = "strukturag";
repo = "libde265";
rev = "v${version}";
sha256 = "sha256-d2TJKPvOAqLe+ZO1+Rd/yRIn3W1u1q62ZH20/9N2Shw=";
sha256 = "sha256-0aRUh5h49fnjBjy42A5fWYHnhnQ4CFoeSIXZilZewW8=";
};

patches = [
(fetchpatch {
name = "revert-cmake-change-pkg-config.patch";
url = "https://github.com/strukturag/libde265/commit/388b61459c2abe2b949114ab54e83fb4dbfa8ba0.patch";
sha256 = "sha256-b6wwSvZpK7lIu0uD1SqK2zGBUjb/25+JW1Pf1fvHc0I=";
revert = true;
})
];

nativeBuildInputs = [ autoreconfHook pkg-config ];

enableParallelBuilding = true;
Expand Down

0 comments on commit b39c23d

Please sign in to comment.