Commit f0f506c0 authored by R. RyanTM's avatar R. RyanTM Committed by tomf
Browse files

phosh: 0.32.0 -> 0.33.0

parent e92eba7c
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.32.0";
  version = "0.33.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-4LsB/7zKRkoxNQQVxwrSSIqGP7KQ0WHBnSVY+ClWTxo=";
    sha256 = "sha256-t+1MYfsz7KqsMvN8TyLIUrTLTQPWQQpOSk/ysxgE7kg=";
  };

  nativeBuildInputs = [