Merge pull request #184546 from r-ryantm/auto-update/qcad

qcad: 3.27.1.6 -> 3.27.6.7
This commit is contained in:
Christian Kögler 2022-08-04 22:41:31 +02:00 committed by GitHub
commit 9e123831e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,14 @@
mkDerivation rec {
pname = "qcad";
version = "3.27.1.6";
version = "3.27.6.7";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
sha256 = "sha256-NnaCwbk8w0ZPnBz7xxs5LMFMUSnEERCSRBXpJL0u+s0=";
sha256 = "sha256-PGGm7XhjGngj2oD8NNh8aQOKRgcdx9qiQu/4ZYBceG8=";
};
patches = [