ptcollab: 0.6.3.0 -> 0.6.4.1

This commit is contained in:
R. Ryantm 2022-10-23 10:29:21 +00:00 committed by Bobby Rong
parent 1a6806cd9f
commit 8ff9721f6e

View File

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "ptcollab";
version = "0.6.3.0";
version = "0.6.4.1";
src = fetchFromGitHub {
owner = "yuxshao";
repo = "ptcollab";
rev = "v${version}";
sha256 = "sha256-fxFT3wgFHd2YbwUTna5PTvaCcCAaDXGLbqKz6nVrsKI=";
sha256 = "sha256-/Z0UDxZtVnGKVmscNCZAvTGMALq/uMd7/h3r/QvUs0M=";
};
nativeBuildInputs = [ qmake pkg-config ];