Merge pull request #132814 from OPNA2608/update/megapixels-1.2.0/21.11

megapixels: 1.1.0 -> 1.2.0

authored by Jörg Thalheim and committed by GitHub 40e993b6 a1ec5a67

+3 -3
+3 -3
pkgs/applications/graphics/megapixels/default.nix
··· 26 26 in 27 27 stdenv.mkDerivation rec { 28 28 pname = "megapixels"; 29 - version = "1.1.0"; 29 + version = "1.2.0"; 30 30 31 31 src = fetchFromSourcehut { 32 32 owner = "~martijnbraam"; 33 33 repo = "megapixels"; 34 34 rev = version; 35 - sha256 = "0y56c6vchlzidfmp3a3bdc228vbhy7zaxvmhkyxchfb752yzr0n3"; 35 + sha256 = "0jnfzwvq58p4ksyifma10i158r2fb7fv72ymibgcxbnx596xpjb2"; 36 36 }; 37 37 38 38 nativeBuildInputs = [ meson ninja pkg-config wrapGAppsHook ]; ··· 50 50 ''; 51 51 52 52 meta = with lib; { 53 - description = "GTK3 camera application using raw v4l2 and media-requests"; 53 + description = "GTK4 camera application that knows how to deal with the media request api"; 54 54 homepage = "https://sr.ht/~martijnbraam/Megapixels"; 55 55 changelog = "https://git.sr.ht/~martijnbraam/megapixels/refs/${version}"; 56 56 license = licenses.gpl3Only;