Skip to content

Commit

Permalink
libheif: 1.5.0 → 1.6.0 (#73833)
Browse files Browse the repository at this point in the history
libheif: 1.5.0 → 1.6.0
  • Loading branch information
gebner committed Nov 20, 2019
2 parents 196880d + e7566eb commit c5860fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/libraries/libheif/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

stdenv.mkDerivation rec {
pname = "libheif";
version = "1.5.1";
version = "1.6.0";

outputs = [ "bin" "out" "dev" "man" ];

src = fetchFromGitHub {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "0x6207hiy15k2696476qx9jcbzs90fq8cfv4jw6hi14w4wzq89kr";
sha256 = "0im9k2pqghlsppj165kh3nc26c4wx1brckmncdmpy0mcj56jjmba";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit c5860fc

Please sign in to comment.