Unverified Commit 6a52d7f8 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

parents 3efeb98c f0929100
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+4 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = [