phosh: 0.21.1 -> 0.22.0

This commit is contained in:
Tom Fitzhenry 2022-11-19 22:26:35 +11:00 committed by Rick van Schijndel
parent cc16ce5945
commit b3e4d33aa2

View File

@ -11,6 +11,7 @@
, libgudev
, callaudiod
, pulseaudio
, evince
, glib
, gtk3
, gnome
@ -33,7 +34,7 @@
stdenv.mkDerivation rec {
pname = "phosh";
version = "0.21.1";
version = "0.22.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
repo = pname;
rev = "v${version}";
fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects
sha256 = "sha256-I0BWwEKvOYQ1s2IpvV70GWxhARdX6AZ+B4ypnTlLlDw=";
sha256 = "sha256-q2AYm+zbL4/pRG1wn+MT6IYM8CZt15o48U9+piMPf74=";
};
nativeBuildInputs = [
@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
evince
phoc
libhandy
libsecret