phosh: 0.21.1 -> 0.22.0
This commit is contained in:
parent
cc16ce5945
commit
b3e4d33aa2
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue