Merge pull request #181580 from r-ryantm/auto-update/ptcollab

ptcollab: 0.6.1.0 -> 0.6.1.1
This commit is contained in:
Bobby Rong 2022-07-19 20:19:03 +08:00 committed by GitHub
commit e490ddae84
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.1.0";
version = "0.6.1.1";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${version}";
sha256 = "sha256-zkDMZT1kKCLqNvvxZFKVuXFqZptX/LG/R9kRUcNJphw=";
sha256 = "sha256-ydn3qKOK0GwA/mBPbGwSIac09b9cz6YOFbuDFFV8jJs=";
};
nativeBuildInputs = [ qmake pkg-config ];