phosh: 0.41.1 -> 0.44.0, phoc: 0.41.0 -> 0.44.0, squeekboard: 1.41.0 -> 1.43.1 (#347307)

This commit is contained in:
Donovan Glover
2025-01-08 11:32:13 +00:00
committed by GitHub
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phoc";
version = "0.41.0";
version = "0.44.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Phosh";
repo = "phoc";
rev = "v${finalAttrs.version}";
hash = "sha256-T2gKvP3WyrGNOiCwiX93UjMuSTnnZ+nykEAFhq0BF4U=";
hash = "sha256-KaCQtORMJUM7/BLD+Jnbunhd/9/3NYWYx/XMYMo27hI=";
};
nativeBuildInputs = [
@@ -16,6 +16,7 @@
, pulseaudio
, evince
, glib
, modemmanager
, gtk4
, gnome-bluetooth
, gnome-control-center
@@ -41,12 +42,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phosh";
version = "0.41.1";
version = "0.44.0";
src = fetchurl {
# Release tarball which includes subprojects gvc and libcall-ui
url = with finalAttrs; "https://sources.phosh.mobi/releases/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-Oc6Dltjj+2D3LWZz1eYArqEKEJYYqJPSrScEkxyNhX0=";
hash = "sha256-b4yrSC0TzTuh5kl93DeJNh06ZKjvNhTSjhDzmsEuK2g=";
};
nativeBuildInputs = [
@@ -70,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
evolution-data-server
pulseaudio
glib
modemmanager
gcr
networkmanager
polkit
+3 -3
View File
@@ -23,7 +23,7 @@
stdenv.mkDerivation rec {
pname = "squeekboard";
version = "1.41.0";
version = "1.43.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@@ -31,13 +31,13 @@ stdenv.mkDerivation rec {
owner = "Phosh";
repo = pname;
rev = "v${version}";
hash = "sha256-WHGdA0cEB1nu7vJ+pwjdl8aZzccJ232vsbSGmZohFVo=";
hash = "sha256-UsUr4UnYNo2ybEdNyOD/IiafEZ1YJFwRQ3CVy76X2H0=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-CRKaH8cA/EhXQna3zCU0Z06zkB9qu6QxPJ4No3NFcs0=";
hash = "sha256-1yBGn8cZxwpEOeF2BcUIIcI4Uxn80vRau/MvlufX9GU=";
};
nativeBuildInputs = [