Commit 95e74931 authored by Tom Fitzhenry's avatar Tom Fitzhenry Committed by Anderson Torres
Browse files
parent 929f1197
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

stdenv.mkDerivation rec {
  pname = "phosh";
  version = "0.27.0";
  version = "0.30.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
    repo = pname;
    rev = "v${version}";
    fetchSubmodules = true; # including gvc and libcall-ui which are designated as subprojects
    sha256 = "sha256-dnSYeXn3aPwvxeIjjk+PsnOVKyuGlxXMXGWDdrRrIM0=";
    sha256 = "sha256-AfyVtgWqvlN1n+O+apf6H9eXnXN2D0BC4dea2V4Plog=";
  };

  nativeBuildInputs = [