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
|
, 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
|
||||||
|
|
Loading…
Reference in a new issue