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