Merge pull request #119313 from OPNA2608/update/megapixels-0.16.0/21.05

megapixels: 0.15.0 -> 0.16.0
This commit is contained in:
Sandro 2021-04-13 13:44:17 +02:00 committed by GitHub
commit 6243a10544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ stdenv
, lib
, fetchgit
, fetchFromSourcehut
, meson
, ninja
, pkg-config
@ -26,12 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "megapixels";
version = "0.15.0";
version = "0.16.0";
src = fetchgit {
url = "https://git.sr.ht/~martijnbraam/megapixels";
src = fetchFromSourcehut {
owner = "~martijnbraam";
repo = "megapixels";
rev = version;
sha256 = "1y8irwi8lbjs948j90gpic96dx5wjmwacd41hb3d9vzhkyni2dvb";
sha256 = "0z7sx76x18yqf7carq6mg9lib0zbz0yrd1dsg9qd6hbf5niqis37";
};
nativeBuildInputs = [ meson ninja pkg-config wrapGAppsHook ];
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GTK3 camera application using raw v4l2 and media-requests";
homepage = "https://sr.ht/~martijnbraam/Megapixels";
changelog = "https://git.sr.ht/~martijnbraam/megapixels/refs/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ OPNA2608 ];
platforms = platforms.linux;