Commit b3e4d33a authored by Tom Fitzhenry's avatar Tom Fitzhenry Committed by Rick van Schijndel
Browse files

phosh: 0.21.1 -> 0.22.0

parent cc16ce59
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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