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