Merge pull request #158401 from OPNA2608/update/ptcollab

ptcollab: 0.6.0.2 -> 0.6.1.0
This commit is contained in:
Robert Scott 2022-02-07 22:38:20 +00:00 committed by GitHub
commit dced374d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "ptcollab";
version = "0.6.0.2";
version = "0.6.1.0";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${version}";
sha256 = "sha256-9goELqV7GP2/8w3Tw4Gph0UBgR/2T+wo2g+lhrQG4tA=";
sha256 = "sha256-zkDMZT1kKCLqNvvxZFKVuXFqZptX/LG/R9kRUcNJphw=";
};
nativeBuildInputs = [ qmake pkg-config ];