Commit 4c265c59 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

ptcollab: 0.6.4.1 -> 0.6.4.5

parent 4c1a2d78
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.4.1";
  version = "0.6.4.5";

  src = fetchFromGitHub {
    owner = "yuxshao";
    repo = "ptcollab";
    rev = "v${version}";
    sha256 = "sha256-/Z0UDxZtVnGKVmscNCZAvTGMALq/uMd7/h3r/QvUs0M=";
    sha256 = "sha256-O7CNPMS0eRcqt2xAtyEFyLSV8U2xbxuV1DpBxZAFwQs=";
  };

  nativeBuildInputs = [ qmake pkg-config ];