Commit 00126e23 authored by R. RyanTM's avatar R. RyanTM
Browse files

ptcollab: 0.6.1.1 -> 0.6.2.0

parent 9ed72243
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

mkDerivation rec {
  pname = "ptcollab";
  version = "0.6.1.1";
  version = "0.6.2.0";

  src = fetchFromGitHub {
    owner = "yuxshao";
    repo = "ptcollab";
    rev = "v${version}";
    sha256 = "sha256-ydn3qKOK0GwA/mBPbGwSIac09b9cz6YOFbuDFFV8jJs=";
    sha256 = "sha256-iSCuFCwOPrvff9N/a2J0kPrxikhyR7yYbD4VaU/TF4M=";
  };

  nativeBuildInputs = [ qmake pkg-config ];