Merge pull request #225960 from bobby285271/upd/gnome.cheese

gnome.cheese: 43.0 → 44.0

authored by Jan Tojnar and committed by GitHub a168173e 80bdfe66

+2 -9
+2 -9
pkgs/desktops/gnome/apps/cheese/default.nix
··· 28 , meson 29 , ninja 30 , dbus 31 - , python3 32 , pipewire 33 }: 34 35 stdenv.mkDerivation rec { 36 pname = "cheese"; 37 - version = "43.0"; 38 39 outputs = [ "out" "man" "devdoc" ]; 40 41 src = fetchurl { 42 url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz"; 43 - sha256 = "dFdMSjwycyfxotbQs/k3vir7B6YVm21425wZLeZmfws="; 44 }; 45 46 nativeBuildInputs = [ ··· 55 meson 56 ninja 57 pkg-config 58 - python3 59 vala 60 wrapGAppsHook 61 glib # for glib-compile-schemas ··· 79 librsvg 80 pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video 81 ]; 82 - 83 - postPatch = '' 84 - chmod +x meson_post_install.py 85 - patchShebangs meson_post_install.py 86 - ''; 87 88 preFixup = '' 89 gappsWrapperArgs+=(
··· 28 , meson 29 , ninja 30 , dbus 31 , pipewire 32 }: 33 34 stdenv.mkDerivation rec { 35 pname = "cheese"; 36 + version = "44.0"; 37 38 outputs = [ "out" "man" "devdoc" ]; 39 40 src = fetchurl { 41 url = "mirror://gnome/sources/cheese/${lib.versions.major version}/${pname}-${version}.tar.xz"; 42 + sha256 = "3yf/abII9Nz7fYb/YgqT+ThP3G/hBaP0rpO0OO+r9Fw="; 43 }; 44 45 nativeBuildInputs = [ ··· 54 meson 55 ninja 56 pkg-config 57 vala 58 wrapGAppsHook 59 glib # for glib-compile-schemas ··· 77 librsvg 78 pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video 79 ]; 80 81 preFixup = '' 82 gappsWrapperArgs+=(