phoc: 0.37 -> 0.38

This commit is contained in:
Tom Fitzhenry
2024-04-30 22:18:26 +10:00
parent 705bad7ed6
commit b229526fa3
+4 -2
View File
@@ -8,6 +8,7 @@
, python3
, wrapGAppsHook
, 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