Merge pull request #307981 from tomfitzhenry/phoc-0.38

phoc: 0.37 -> 0.38
This commit is contained in:
Weijia Wang 2024-05-04 17:11:58 +02:00 committed by GitHub
commit 2f075b8ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
, python3 , python3
, wrapGAppsHook3 , wrapGAppsHook3
, libinput , libinput
, gobject-introspection
, gnome , gnome
, gnome-desktop , gnome-desktop
, glib , glib
@ -24,15 +25,16 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "phoc"; pname = "phoc";
version = "0.37.0"; version = "0.38.0";
src = fetchurl { src = fetchurl {
# This tarball includes the meson wrapped subproject 'gmobile'. # This tarball includes the meson wrapped subproject 'gmobile'.
url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz"; url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-SQLoOjqDBL1G3SDO4mfVRV2U0i+M1EwiqUR52ytFJmM="; hash = "sha256-OcRUnw1Fck9bMSgfMMcWqqR6a6yzyKjY8P3nqcwVULc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
gobject-introspection
meson meson
ninja ninja
pkg-config pkg-config