Skip to content

Commit

Permalink
libheif: 1.11.0 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 6, 2021
1 parent 2149ad5 commit 0176ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libheif/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

stdenv.mkDerivation rec {
pname = "libheif";
version = "1.11.0";
version = "1.12.0";

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

src = fetchFromGitHub {
owner = "strukturag";
repo = "libheif";
rev = "v${version}";
sha256 = "sha256-xT0sfYPp5atYXnVpP8TYu2TC9/Z/ClyEP1OTSfcw1gw=";
sha256 = "sha256-RjGLaDSBO8T7ijRb5a16aUlkCy5vdFPs4O9caIJo4jI=";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand Down

0 comments on commit 0176ed1

Please sign in to comment.