megapixels: 1.5.2 -> 1.6.0

https://gitlab.com/postmarketOS/megapixels/-/tags/1.6.0
This commit is contained in:
Robert Schütz 2022-12-09 09:03:06 -08:00 committed by Robert Schütz
parent 16875b3e7b
commit 28c1f459e8

View file

@ -6,8 +6,10 @@
, ninja , ninja
, pkg-config , pkg-config
, wrapGAppsHook4 , wrapGAppsHook4
, libepoxy , feedbackd
, gtk4 , gtk4
, libepoxy
, xorg
, zbar , zbar
, tiffSupport ? true , tiffSupport ? true
, libraw , libraw
@ -27,13 +29,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "megapixels"; pname = "megapixels";
version = "1.5.2"; version = "1.6.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "postmarketOS"; owner = "postmarketOS";
repo = "megapixels"; repo = "megapixels";
rev = version; rev = version;
hash = "sha256-UH3NQdMlZTi4hc8HNSbCcQSm0rxI78RMCRYll1NCBO8="; hash = "sha256-xrO9Xr9DPjlDs4yaKy32yb4X8wFqLKfy8rsjtBuN+Rg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -45,8 +47,10 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
libepoxy feedbackd
gtk4 gtk4
libepoxy
xorg.libXrandr
zbar zbar
]; ];